diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-06-16 20:30:38 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-06-16 20:30:38 +0000 |
commit | 3a09e40418f5261f233519510d5ae24abad66108 (patch) | |
tree | 1165689a846414858f3210c730308d016cd49daf /category.php | |
parent | c4479727220b5e40eea3bbff3c66032e1589a70a (diff) |
replace recent category by recent_pics (to have a difference with
recent_cats)
git-svn-id: http://piwigo.org/svn/trunk@433 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'category.php')
-rw-r--r-- | category.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/category.php b/category.php index a070ba020..ce3dddf08 100644 --- a/category.php +++ b/category.php @@ -176,8 +176,8 @@ $template->assign_vars(array( 'L_SPECIAL_CATEGORIES' => $lang['special_categories'], 'L_MOST_VISITED_HINT' => $lang['most_visited_cat_hint'], 'L_MOST_VISITED' => $lang['most_visited_cat'], - 'L_RECENT_HINT' => $lang['recent_cat_hint'], - 'L_RECENT' => $lang['recent_cat'], + 'L_RECENT_PICS_HINT' => $lang['recent_pics_cat_hint'], + 'L_RECENT_PICS' => $lang['recent_pics_cat'], 'L_CALENDAR' => $lang['calendar'], 'L_CALENDAR_HINT' => $lang['calendar_hint'], 'L_SUMMARY' => $lang['title_menu'], |