Show
Ignore:
Timestamp:
11/24/08 17:27:17 (20 months ago)
Author:
JensDiemer
Message:

* bugfix for ticket:234 page and "showlinks" only worked on "endpages"...
* remove some obsolete main_menu internal pages.

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> 
    24<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 
    37  {% if submenu %} 
    48  <ul> 
     
    610  </ul> 
    711  {% endif %} 
    8 </li>  
     12   
     13{% if showlinks %}</li>{% endif %} 
     14 
     15{% endspaceless %}