mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
them a nice "Welcome to Gallery 3" dialog. The text in there needs a little work but it's a start. In the process, re-build the install.sql using the scaffolding code.
7 lines
230 B
PHP
7 lines
230 B
PHP
<span id="gAfterInstall"
|
|
title="<?= t("Welcome to Gallery 3") ?>"
|
|
href="<?= url::site("after_install") ?>"/>
|
|
<script type="text/javascript">
|
|
$(document).ready(function(){openDialog($("#gAfterInstall"));});
|
|
</script>
|