mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-28 18:53:58 -04:00
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:
@@ -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>
|
||||
Reference in New Issue
Block a user