Show
Ignore:
Timestamp:
11/19/08 08:30:42 (16 months ago)
Author:
JensDiemer
Message:

add "min" & "max" into the li template

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid_project/PyLucid/plugins_internal/main_menu/main_menu.py

    r1792 r1806  
    8787                    entry["submenu"] = "" 
    8888 
     89                # Add min, max set in the lucidTag method to the local context  
     90                entry["min"] = self.min 
     91                entry["max"] = self.max 
     92 
    8993                # Render one menu entry 
    9094                html = self._get_rendered_template("main_menu_li", entry)