- Timestamp:
- 11/24/08 17:27:17 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid_project/media/PyLucid/internal_page/main_menu/main_menu_li.html
r1792 r1808 1 <li> 1 {% spaceless %} 2 3 {% if showlinks %}<li> 2 4 <a href="{{ href }}" title="{{ title }}"{% if is_current or active %} class="{% if active %}active{% endif %}{% if is_current %} current{% endif %}"{% endif %}>{{ name }}</a> 5 {% endif %} 6 3 7 {% if submenu %} 4 8 <ul> … … 6 10 </ul> 7 11 {% endif %} 8 </li> 12 13 {% if showlinks %}</li>{% endif %} 14 15 {% endspaceless %}