summaryrefslogtreecommitdiff
path: root/modules/gallery/views/after_install_loader.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/views/after_install_loader.html.php')
-rw-r--r--modules/gallery/views/after_install_loader.html.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/gallery/views/after_install_loader.html.php b/modules/gallery/views/after_install_loader.html.php
new file mode 100644
index 00000000..baf91eed
--- /dev/null
+++ b/modules/gallery/views/after_install_loader.html.php
@@ -0,0 +1,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(){openDialog($("#gAfterInstall"));});
+</script>