mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-11 07:19:06 -04:00
8 lines
293 B
PHP
8 lines
293 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(){openDialog($("#gAfterInstall"));});
|
|
</script>
|