Files
gallery3/modules/developer/views/admin_html.txt.php
T

11 lines
269 B
PHP
Raw Normal View History

<?php defined("SYSPATH") or die("No direct script access.") ?>
<?= "<?php defined(\"SYSPATH\") or die(\"No direct script access.\") ?>" ?>
<div id="gAdmin<?= $css_id ?>">
<h2>
<?= "<?= t(\"$name Adminstration\") ?>" ?>
</h2>
<?= "<?= \$form ?>" ?>
</div>