diff options
Diffstat (limited to '')
-rw-r--r-- | template/default/category.tpl | 41 |
1 files changed, 19 insertions, 22 deletions
diff --git a/template/default/category.tpl b/template/default/category.tpl index a48097a5e..d580651a1 100644 --- a/template/default/category.tpl +++ b/template/default/category.tpl @@ -1,26 +1,23 @@ -<div align="center" style="padding:10px;"><img src="template/default/images/logo.jpg" width="360" height="100"> -</div> +<div align="center" style="padding:10px;"><img src="template/default/images/logo.jpg" width="360" height="100"></div> <table style="width:100%;"> <tr> - <td valign="top" style="padding:10px;width:1%;"> - <div class="table1"> - <div class="titreMenu"> - <a href="{U_HOME}">{L_CATEGORIES}</a> - </div> - <div class="menu"> - <!-- BEGIN category --> - {category.INDENT} - <!-- BEGIN bulletlink --> - <a href="{category.bulletlink.U_BULLET_LINK}"><img src="{category.bulletlink.BULLET_IMAGE}" style="border:none;" alt="" /></a> - <!-- END bulletlink --> - <!-- BEGIN bulletnolink --> - <img src="{category.bulletnolink.BULLET_IMAGE}" style="border:none;" alt="" /> - <!-- END bulletnolink --> - <a href="{category.U_LINK}"><span title='{L_HINT_CATEGORY}' style="{category.T_NAME}">{category.LINK_NAME}</span></a> - <span class="menuInfoCat">[ - <span title="{category.NB_SUBCATS} {L_SUBCAT}">{category.NB_SUBCATS}</span> - <span title="{category.TOTAL_CAT} {L_IMG_AVAILABLE}">{category.TOTAL_CAT}</span> ]</span>{category.CAT_ICON}<br /> - <!-- END category --> - <div class="totalImages">[ {NB_PICTURE} {L_TOTAL} ]</div> + <td valign="top" style="padding:10px;width:1%;"> + <div class="table1"> + <div class="titreMenu"> + <a href="{U_HOME}">{L_CATEGORIES}</a> + </div> + <div class="menu"> + <!-- BEGIN category --> + {category.INDENT} + <img src="{category.BULLET_IMAGE}" style="border:none;" alt="" /> + <a href="{category.U_LINK}"><span title='{L_HINT_CATEGORY}' style="{category.T_NAME}">{category.LINK_NAME}</span></a> + <!-- BEGIN infocat --> + <span class="menuInfoCat">[<span title="{category.infocat.TOTAL_CAT} {L_IMG_AVAILABLE}">{category.infocat.TOTAL_CAT}</span>]</span> + {category.infocat.CAT_ICON} + <!-- END infocat --> + <br /> + <!-- END category --> + <div class="totalImages">[ {NB_PICTURE} {L_TOTAL} ]</div> <br /> <ul class="menu"> <!-- BEGIN favorites --> @@ -108,4 +105,4 @@ </div> </td> </tr> -</table>
\ No newline at end of file +</table> |