aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-06-25 17:09:01 +0000
committerplegall <plg@piwigo.org>2005-06-25 17:09:01 +0000
commit3c2b8d230e0ca85bf7fc22124769c131cc47ac80 (patch)
tree6908e4e56b8e4f2d9a69f313887af2aa016f40b6 /template
parent49fb2b6fd30bf4830c344ca93c64e2ecd92d2dff (diff)
- new feature : ability to add links on the main page (see
include/config_default.inc.php) git-svn-id: http://piwigo.org/svn/trunk@797 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/default/category.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/template/default/category.tpl b/template/default/category.tpl
index bd5a562b7..fd4c88262 100644
--- a/template/default/category.tpl
+++ b/template/default/category.tpl
@@ -3,6 +3,16 @@
<tr>
<td valign="top" style="padding:0px 10px 0px 10px;width:1%;">
<div class="table1">
+ <!-- BEGIN links -->
+ <div class="titreMenu">{lang:Links}</div>
+ <div class="menu">
+ <ul class="menu">
+ <!-- BEGIN link -->
+ <li><a href="{links.link.URL}">{links.link.LABEL}</a></li>
+ <!-- END link -->
+ </ul>
+ </div>
+ <!-- END links -->
<div class="titreMenu">
<a href="{U_HOME}">{L_CATEGORIES}</a>
</div>