aboutsummaryrefslogtreecommitdiffstats
path: root/template/cclear/category.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/cclear/category.tpl')
-rw-r--r--template/cclear/category.tpl7
1 files changed, 5 insertions, 2 deletions
diff --git a/template/cclear/category.tpl b/template/cclear/category.tpl
index 5b2054acd..c100ac42d 100644
--- a/template/cclear/category.tpl
+++ b/template/cclear/category.tpl
@@ -95,8 +95,11 @@
<div class="titrePage">
<ul class="categoryActions">
<!-- BEGIN caddie -->
- <li><a href="{U_CADDIE}" title="{lang:add to caddie}"><img src="./template/default/theme/caddie_add.png" /></a></li>
+ <li><a href="{caddie.URL}" title="{lang:add to caddie}"><img src="./template/default/theme/caddie_add.png" /></a></li>
<!-- END caddie -->
+ <!-- BEGIN edit -->
+ <li><a href="{edit.URL}" title="{lang:edit category informations}"><img src="./template/default/theme/category_edit.png" alt="{lang:edit}"/></a></li>
+ <!-- END edit -->
</ul>
<h2>{TITLE}</h2>
</div>
@@ -122,7 +125,7 @@
<!-- END category_name -->
</a>
{thumbnails.line.thumbnail.IMAGE_TS}
- <br>
+ <br />
<!-- BEGIN nb_comments -->
{thumbnails.line.thumbnail.nb_comments.NB_COMMENTS} {L_COMMENT}
<!-- END nb_comments -->