diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-18 14:37:49 -0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-18 14:37:49 -0800 |
| commit | 1692ee130887a6ad1ba68aa34a96ad36161600f9 (patch) | |
| tree | 2901fee570d5ee8aa6a0ada01c1d92980be11e03 /modules/gallery/views | |
| parent | 372f589f66436c5b5bb8ed8a98532842c1e01a71 (diff) | |
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.
Diffstat (limited to 'modules/gallery/views')
| -rw-r--r-- | modules/gallery/views/admin_theme_options.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_theme_options.html.php b/modules/gallery/views/admin_theme_options.html.php index a4bf1c4e..9f28e055 100644 --- a/modules/gallery/views/admin_theme_options.html.php +++ b/modules/gallery/views/admin_theme_options.html.php @@ -1,6 +1,6 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <div class="g-block"> - <h1> <?= t("Theme Options") ?> </h1> + <h1> <?= t($title) ?> </h1> <div class="g-block-content"> <?= $form ?> |
