diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-06-12 03:50:50 +0800 |
|---|---|---|
| committer | <unostar@danalan.info> | 2009-06-12 06:55:21 +0800 |
| commit | 24bd873c4fd32577dc30e3eb591abc1e20f5cde3 (patch) | |
| tree | 9c9c91afab86e68ac220ea140f6bd2ab186ba8d7 /modules/gallery/views | |
| parent | 4c7fc9515ba6069aaf560bbdffcd630f3c42361d (diff) | |
Rename theme_details to theme_options. These changes got left out of
68fd196d66e2d21f571ff3b5a673f18cd129abf9 leaving us in a temporarily
broken state.
Signed-off-by: <unostar@danalan.info>
Diffstat (limited to 'modules/gallery/views')
| -rw-r--r-- | modules/gallery/views/admin_block_welcome.html.php | 4 | ||||
| -rw-r--r-- | modules/gallery/views/admin_theme_options.html.php (renamed from modules/gallery/views/admin_theme_details.html.php) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/gallery/views/admin_block_welcome.html.php b/modules/gallery/views/admin_block_welcome.html.php index a453b006..38d2bd56 100644 --- a/modules/gallery/views/admin_block_welcome.html.php +++ b/modules/gallery/views/admin_block_welcome.html.php @@ -9,9 +9,9 @@ "language_url" => url::site("admin/languages"))) ?> </li> <li> - <?= t("Appearance - <a href=\"%theme_url\">choose a theme</a>, or <a href=\"%theme_details_url\">customize the way it looks</a>.", + <?= t("Appearance - <a href=\"%theme_url\">choose a theme</a>, or <a href=\"%theme_options_url\">customize the way it looks</a>.", array("theme_url" => url::site("admin/themes"), - "theme_details_url" => url::site("admin/theme_details"))) ?> + "theme_options_url" => url::site("admin/theme_options"))) ?> </li> <li> <?= t("Customize - <a href=\"%modules_url\">install modules</a> to add cool features!", diff --git a/modules/gallery/views/admin_theme_details.html.php b/modules/gallery/views/admin_theme_options.html.php index f093b70b..724e6438 100644 --- a/modules/gallery/views/admin_theme_details.html.php +++ b/modules/gallery/views/admin_theme_options.html.php @@ -1,5 +1,5 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> -<div id="gAdminThemeDetails"> +<div id="gAdminThemeOptions"> <h1> <?= t("Theme Options") ?> </h1> <?= $form ?> |
