summaryrefslogtreecommitdiff
path: root/modules/developer/views/admin_html.txt.php
blob: 3d230d1cd2ee8921b24184c3412a96ea0f4c6ec5 (plain)
1
2
3
4
5
6
7
8
9
10
<?php defined("SYSPATH") or die("No direct script access.") ?>
<?= "<?php defined(\"SYSPATH\") or die(\"No direct script access.\") ?>" ?>
  
<div id="g-admin-<?= $css_id ?>">
  <h2>
    <?= "<?= t(\"$name Adminstration\") ?>" ?>
  </h2>
  <?= "<?= \$form ?>" ?>

</div>