Revert "Currently Admin_Theme_Options controller assumes that all the themes will provide the same values. This change corrects that assumption and moves the management of the theme options, including creating the form and updating the theme options into the theme."

This reverts commit 1692ee1308.
This commit is contained in:
Tim Almdal
2009-11-19 11:44:09 -08:00
parent 57adefc5ba
commit f5b0ce1f47
5 changed files with 62 additions and 121 deletions
@@ -1,6 +1,6 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div class="g-block">
<h1> <?= t($title) ?> </h1>
<h1> <?= t("Theme Options") ?> </h1>
<div class="g-block-content">
<?= $form ?>