aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-07-14 17:14:27 +0000
committerchrisaga <chrisaga@piwigo.org>2006-07-14 17:14:27 +0000
commit6f5cdb1265bfe7585b94021f4dcc3b64c99996ec (patch)
tree3040252defa0b793d6e09b8ddedbe84a0626e4ec
parent69d0022bdd83d1367703b170c510fcaf9e277f6e (diff)
merge from trunk r1465:1466 into branch 1.6 (set Ids to every DL in the menubar)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1467 68402e56-0260-453c-a942-63ccdbb3a9ee
-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 -->