aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-07-14 17:09:31 +0000
committerchrisaga <chrisaga@piwigo.org>2006-07-14 17:09:31 +0000
commit484d2515f74722a503df3497b143013e915d0f3b (patch)
tree6db52a6d125831ec043f8720295b0242696352f5 /template
parente316c1ec039e5821ad2a8e29bec18cc3f6f2e936 (diff)
improve menubar : set Ids (see feature 466)
git-svn-id: http://piwigo.org/svn/trunk@1466 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/menubar.tpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/template/yoga/menubar.tpl b/template/yoga/menubar.tpl
index dc6b0c48f..ddf6c6247 100644
--- a/template/yoga/menubar.tpl
+++ b/template/yoga/menubar.tpl
@@ -1,7 +1,7 @@
-<!-- $Id:$ -->
+<!-- $Id$ -->
<div id="menubar">
<!-- BEGIN links -->
-<dl>
+<dl id="mbLinks">
<dt>{lang:Links}</dt>
<dd>
<ul>
@@ -12,7 +12,7 @@
</dd>
</dl>
<!-- END links -->
-<dl>
+<dl id="mbCategories">
<dt><a href="{U_HOME}">{lang:Categories}</a></dt>
<dd>
{MENU_CATEGORIES_CONTENT}
@@ -21,7 +21,7 @@
</dl>
<!-- BEGIN tags -->
-<dl>
+<dl id="mbTags">
<dt>{lang:Related tags}</dt>
<dd>
<ul id="menuTagCloud">
@@ -36,7 +36,7 @@
</dl>
<!-- END tags -->
-<dl>
+<dl id="mbSpecial">
<dt>{lang:special_categories}</dt>
<dd>
<ul>
@@ -46,7 +46,7 @@
</ul>
</dd>
</dl>
-<dl>
+<dl id="mbMenu">
<dt>{lang:title_menu}</dt>
<dd>
<ul>
@@ -59,7 +59,7 @@
</ul>
</dd>
</dl>
-<dl>
+<dl id="mbIdentification">
<dt>{lang:identification}</dt>
<dd>
<!-- BEGIN hello -->