summaryrefslogtreecommitdiff
path: root/modules/gallery/views/after_install_loader.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-09-10 21:10:20 -0700
committerBharat Mediratta <bharat@menalto.com>2009-09-10 21:10:20 -0700
commitb8053c9ddf3e393f76594e7dccc2f81f7116fd85 (patch)
treec3408ce73ddfcaee522672786fea780e04658c31 /modules/gallery/views/after_install_loader.html.php
parentedb33334f13139ee9a40c2849900767585cb9097 (diff)
Rename "after_installer" to "welcome_message" in the code to make it
clearer what its purpose is. Add some spacing in the theme for it so that it's less cramped.
Diffstat (limited to 'modules/gallery/views/after_install_loader.html.php')
-rw-r--r--modules/gallery/views/after_install_loader.html.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/gallery/views/after_install_loader.html.php b/modules/gallery/views/after_install_loader.html.php
deleted file mode 100644
index c2e3e1d9..00000000
--- a/modules/gallery/views/after_install_loader.html.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php defined("SYSPATH") or die("No direct script access.") ?>
-<span id="gAfterInstall"
- title="<?= t("Welcome to Gallery 3")->for_html_attr() ?>"
- href="<?= url::site("after_install") ?>"/>
-<script type="text/javascript">
- $(document).ready(function(){$("#gAfterInstall").gallery_dialog({immediate: true});});
-</script>