diff options
Diffstat (limited to 'core/views/after_install_loader.html.php')
| -rw-r--r-- | core/views/after_install_loader.html.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/views/after_install_loader.html.php b/core/views/after_install_loader.html.php new file mode 100644 index 00000000..0e0ea1d0 --- /dev/null +++ b/core/views/after_install_loader.html.php @@ -0,0 +1,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> |
