Changeset 1467


Ignore:
Timestamp:
Jul 14, 2006, 7:14:27 PM (18 years ago)
Author:
chrisaga
Message:

merge from trunk r1465:1466 into branch 1.6 (set Ids to every DL in the menubar)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/template/yoga/menubar.tpl

    r1369 r1467  
    1 <!-- $Id:$ -->
     1<!-- $Id$ -->
    22<div id="menubar">
    33<!-- BEGIN links -->
    4 <dl>
     4<dl id="mbLinks">
    55  <dt>{lang:Links}</dt>
    66  <dd>
     
    1313</dl>
    1414<!-- END links -->
    15 <dl>
     15<dl id="mbCategories">
    1616  <dt><a href="{U_HOME}">{lang:Categories}</a></dt>
    1717  <dd>
     
    2222
    2323<!-- BEGIN tags -->
    24 <dl>
     24<dl id="mbTags">
    2525  <dt>{lang:Related tags}</dt>
    2626  <dd>
     
    3737<!-- END tags -->
    3838
    39 <dl>
     39<dl id="mbSpecial">
    4040  <dt>{lang:special_categories}</dt>
    4141  <dd>
     
    4747  </dd>
    4848</dl>
    49 <dl>
     49<dl id="mbMenu">
    5050  <dt>{lang:title_menu}</dt>
    5151  <dd>
     
    6060  </dd>
    6161</dl>
    62 <dl>
     62<dl id="mbIdentification">
    6363  <dt>{lang:identification}</dt>
    6464  <dd>
Note: See TracChangeset for help on using the changeset viewer.