From 4d7cc8e7f176c28fa603ba93094948f635582078 Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 22 Apr 2007 13:11:56 +0000 Subject: Feature 660 added: creation date of tthe category images can be displayed next to category title in subcatify mode. The feature was implemented in a very simple way that must be improved in display, performance and recursivity. git-svn-id: http://piwigo.org/svn/trunk@1970 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/mainpage_categories.tpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template') diff --git a/template/yoga/mainpage_categories.tpl b/template/yoga/mainpage_categories.tpl index 4d8efdd93..8708aa5c3 100644 --- a/template/yoga/mainpage_categories.tpl +++ b/template/yoga/mainpage_categories.tpl @@ -14,6 +14,9 @@ {categories.category.NAME} {categories.category.ICON} + +

{categories.category.dates.INFO}

+

{categories.category.CAPTION_NB_IMAGES}

{categories.category.DESCRIPTION} 

-- cgit v1.2.3