1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/modules/developer/views/admin_developer.html.php

16 lines
409 B
PHP
Raw Normal View History

<?php defined("SYSPATH") or die("No direct script access.") ?>
<?= html::script("modules/developer/js/developer.js") ?>
<div id="gDeveloper">
<h2>
<?= t("Developer Tools") ?>
</h2>
<div id="gDeveloperTools">
<ul>
<li><a href="#create-module"><span><?= t("Create new module") ?></span></a></li>
</ul>
<div id="#create-module">
<?= $module_create ?>
</div>
</div>
</div>