diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-08 21:31:50 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-08 21:31:50 -0700 |
commit | f0ca27ab924c06cc72a44d66498b86aeda672b33 (patch) | |
tree | a7969aa4e2d94c2a6adb423d950156f84d97eabf /modules/gallery/views/admin_block_welcome.html.php | |
parent | c7aafef85279114a8ae8855647394bb26400b3de (diff) |
Fix the admin/themes url.
Diffstat (limited to 'modules/gallery/views/admin_block_welcome.html.php')
-rw-r--r-- | modules/gallery/views/admin_block_welcome.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_block_welcome.html.php b/modules/gallery/views/admin_block_welcome.html.php index 488fa908..a453b006 100644 --- a/modules/gallery/views/admin_block_welcome.html.php +++ b/modules/gallery/views/admin_block_welcome.html.php @@ -10,7 +10,7 @@ </li> <li> <?= t("Appearance - <a href=\"%theme_url\">choose a theme</a>, or <a href=\"%theme_details_url\">customize the way it looks</a>.", - array("theme_url" => url::site("admin/theme"), + array("theme_url" => url::site("admin/themes"), "theme_details_url" => url::site("admin/theme_details"))) ?> </li> <li> |