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/PyLucid/plugins_internal/SiteMap/SiteMap.py

    r1634 r1808  
    8989 
    9090            href.append(entry["shortcut"]) 
     91             
     92            href = "/".join(href) 
    9193 
    92             href = "/".join(href) 
    93             entry["href"] = self.URLs["absoluteIndex"] + href + "/" 
    94  
    95             result.append(HTML_TEMPLATE % entry) 
     94            if entry["showlinks"] == True: 
     95                entry["href"] = self.URLs["absoluteIndex"] + href + "/" 
     96                result.append(HTML_TEMPLATE % entry) 
    9697 
    9798            if "subitems" in entry: