diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-09-10 21:10:20 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-09-10 21:10:20 -0700 |
| commit | b8053c9ddf3e393f76594e7dccc2f81f7116fd85 (patch) | |
| tree | c3408ce73ddfcaee522672786fea780e04658c31 /modules/gallery/views/after_install_loader.html.php | |
| parent | edb33334f13139ee9a40c2849900767585cb9097 (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.php | 7 |
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> |
