summaryrefslogtreecommitdiff
path: root/modules/developer/views/admin_html.txt.php
blob: 5408cdab83189d058984d3e89a124d3cd3f232c9 (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="gAdmin<?= $css_id ?>">
  <h2>
    <?= "<?= t(\"$name Adminstration\") ?>" ?>
  </h2>
  <?= "<?= \$form ?>" ?>

</div>