summaryrefslogtreecommitdiff
path: root/core/views/after_install_loader.html.php
blob: 0e0ea1d0d4104a5c241061ddbf4260569cb12634 (plain)
1
2
3
4
5
6
<span id="gAfterInstall"
      title="<?= t("Welcome to Gallery 3") ?>"
      href="<?= url::site("after_install") ?>"/>
<script type="text/javascript">
  $(document).ready(function(){openDialog($("#gAfterInstall"));});
</script>