Skip to content

Commit

Permalink
improve menubar : set Ids (see feature 466)
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@1466 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
chrisaga committed Jul 14, 2006
1 parent e316c1e commit 484d251
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions 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>
Expand All @@ -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}
Expand All @@ -21,7 +21,7 @@
</dl>

<!-- BEGIN tags -->
<dl>
<dl id="mbTags">
<dt>{lang:Related tags}</dt>
<dd>
<ul id="menuTagCloud">
Expand All @@ -36,7 +36,7 @@
</dl>
<!-- END tags -->

<dl>
<dl id="mbSpecial">
<dt>{lang:special_categories}</dt>
<dd>
<ul>
Expand All @@ -46,7 +46,7 @@
</ul>
</dd>
</dl>
<dl>
<dl id="mbMenu">
<dt>{lang:title_menu}</dt>
<dd>
<ul>
Expand All @@ -59,7 +59,7 @@
</ul>
</dd>
</dl>
<dl>
<dl id="mbIdentification">
<dt>{lang:identification}</dt>
<dd>
<!-- BEGIN hello -->
Expand Down

0 comments on commit 484d251

Please sign in to comment.