summaryrefslogtreecommitdiff
path: root/modules/gallery/views/after_install_loader.html.php
blob: 54484963eb2c2179efa62f0d3c4b736ce84e8549 (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") ?>"
      href="<?= url::site("after_install") ?>"/>
<script type="text/javascript">
  $(document).ready(function(){$("#gAfterInstall").gallery_dialog({immediate: true});});
</script>