diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-09 12:31:50 +0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-09 14:17:30 +0800 |
commit | 56f00333cdaa7f7716f35398a7a7a8082248d9be (patch) | |
tree | e3390d71511bb73e9b98d4cd31c808ad34b42e0f | |
parent | bb844c1139c84090b446e50234f64063365affc3 (diff) |
Fix the admin/themes url.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
-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> |