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

</div>