summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_theme_options.html.php
blob: 9f28e055efe3300c90096be57fab4529838948aa (plain)
1
2
3
4
5
6
7
8
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div class="g-block">
  <h1> <?= t($title) ?> </h1>

  <div class="g-block-content">
  <?= $form ?>
  </div>
</div>