Files
gallery3/core/views/after_install_loader.html.php

7 lines
230 B
PHP
Raw Normal View History

<span id="gAfterInstall"
title="<?= t("Welcome to Gallery 3") ?>"
href="<?= url::site("after_install") ?>"/>
<script type="text/javascript">
$(document).ready(function(){openDialog($("#gAfterInstall"));});
</script>