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.
This commit is contained in:
Bharat Mediratta
2009-09-10 21:10:20 -07:00
parent edb33334f1
commit b8053c9ddf
8 changed files with 56 additions and 40 deletions
@@ -0,0 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<span id="gWelcomeMessageLink"
title="<?= t("Welcome to Gallery 3")->for_html_attr() ?>"
href="<?= url::site("welcome_message") ?>"/>
<script type="text/javascript">
$(document).ready(function(){$("#gWelcomeMessageLink").gallery_dialog({immediate: true});});
</script>