summaryrefslogtreecommitdiff
path: root/modules/gallery/views/after_install_loader.html.php
blob: c2e3e1d954885154ff082a568ff227606efcd5ce (plain)
1
2
3
4
5
6
7
<?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>