diff options
author | rub <rub@piwigo.org> | 2007-02-07 23:08:04 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-02-07 23:08:04 +0000 |
commit | 5631a3fc545bd736cb4b82a93fa7d2b48814973c (patch) | |
tree | aea9cfa1fb8f563e1d41fd4b611a6024864c1af4 /template/yoga/menubar.tpl | |
parent | 3c8775b25255a2be4f561b1c0ede275cbae3f73b (diff) |
Issue 0000639: Force selected page on index.php
When page index.php is called without defined section, redirect to a page selected by random on a user list.
git-svn-id: http://piwigo.org/svn/trunk@1788 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/menubar.tpl')
-rw-r--r-- | template/yoga/menubar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/menubar.tpl b/template/yoga/menubar.tpl index c698ed497..603733fa2 100644 --- a/template/yoga/menubar.tpl +++ b/template/yoga/menubar.tpl @@ -29,7 +29,7 @@ <a href="{stop_filter.URL}" title="{lang:stop_filter_hint}"><img src="{pwg_root}{themeconf:icon_dir}/stop_filter.png" class="button" alt="{lang:stop_filter_hint}"></a> <!-- END stop_filter --> <dl id="mbCategories"> - <dt><a href="{U_HOME}">{lang:Categories}</a></dt> + <dt><a href="{U_CATEGORIES}">{lang:Categories}</a></dt> <dd> {MENU_CATEGORIES_CONTENT} <p class="totalImages">{NB_PICTURE} {lang:total}</p> |