aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-06-18 23:26:12 +0000
committerz0rglub <z0rglub@piwigo.org>2004-06-18 23:26:12 +0000
commit3f9f3fa032de9e66c6523c8e9feb754959a59e67 (patch)
tree7b58feb026aa735a7683ec0303cfeaa2aa4ea6b1
parent1cb24e744fcdd5aab89c4958c7cfa4ffa33b2248 (diff)
new category added : recent_cats
git-svn-id: http://piwigo.org/svn/trunk@439 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--language/en_UK.iso-8859-1/common.lang.php3
-rw-r--r--template/default/category.tpl1
2 files changed, 4 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php
index 5dfc4565d..3effbc01f 100644
--- a/language/en_UK.iso-8859-1/common.lang.php
+++ b/language/en_UK.iso-8859-1/common.lang.php
@@ -211,6 +211,9 @@ $lang['best_rated_cat'] = 'best rated';
$lang['recent_pics_cat_hint'] = 'displays most recent pictures';
$lang['recent_pics_cat'] = 'recent pictures';
$lang['recent_pics_cat_title'] = 'Recent pictures';
+$lang['recent_cats_cat_hint'] = 'displays recently updated categories';
+$lang['recent_cats_cat'] = 'updated categories';
+$lang['recent_cats_cat_title'] = 'Recently updated categories';
$lang['visited'] = 'visited';
$lang['times'] = 'times';
$lang['customize_theme'] = 'interface theme';
diff --git a/template/default/category.tpl b/template/default/category.tpl
index 0b9cfbba5..fde5dd284 100644
--- a/template/default/category.tpl
+++ b/template/default/category.tpl
@@ -27,6 +27,7 @@
<ul class="menu">
<li><a href="{U_MOST_VISITED}"><span title="{L_MOST_VISITED_HINT}">{TOP_VISITED}&nbsp;{L_MOST_VISITED}</span></a></li>
<li><a href="{U_RECENT_PICS}"><span title="{L_RECENT_PICS_HINT}">{L_RECENT_PICS}</span></a> {T_SHORT}</li>
+ <li><a href="{U_RECENT_CATS}"><span title="{L_RECENT_CATS_HINT}">{L_RECENT_CATS}</span></a></li>
<li><a href="{U_CALENDAR}"><span title="{L_CALENDAR_HINT}">{L_CALENDAR}</span></a></li>
</ul>
</ul>