diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-22 20:00:43 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-22 20:00:43 +0000 |
commit | f6d5aefa8b71dec9ab434edeef455bb286b4ac0c (patch) | |
tree | de5bea31af2474de8bd5b8e288b08d08461b57d6 /template/yoga/mainpage_categories.tpl | |
parent | 456b2bda5a2c931646d537ca3202b25c78c14e16 (diff) |
- improvement : minor improvements and bug fixes in template
git-svn-id: http://piwigo.org/svn/trunk@1261 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/mainpage_categories.tpl')
-rw-r--r-- | template/yoga/mainpage_categories.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/mainpage_categories.tpl b/template/yoga/mainpage_categories.tpl index cb16d35cc..f39b7142e 100644 --- a/template/yoga/mainpage_categories.tpl +++ b/template/yoga/mainpage_categories.tpl @@ -1,4 +1,5 @@ <!-- BEGIN categories --> +<!-- $Id:$ --> <ul class="thumbnailCategories"> <!-- BEGIN category --> <li> @@ -12,8 +13,8 @@ </div> <div class="description"> <h3> - {categories.category.ICON} <a href="{categories.category.URL}">{categories.category.NAME}</a> + {categories.category.ICON} </h3> <p>{categories.category.CAPTION_NB_IMAGES}</p> <p>{categories.category.DESCRIPTION}</p> |