mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-21 11:59:13 -04:00
8 lines
315 B
PHP
8 lines
315 B
PHP
<?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(){$("#gAfterInstall").gallery_dialog({immediate: true});});
|
|
</script>
|