Changeset 1654
- Timestamp:
- 02/09/05 19:39:30 (4 years ago)
- Files:
-
- trunk/swish_website/lib/config/expand (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish_website/lib/config/expand
r1652 r1654 4 4 DEFAULT page.trail = [ ]; 5 5 DEFAULT navigation = {}; 6 7 this_level = 0; 8 first_item = 0; 6 9 7 10 # List of menu items we're constructing. … … 118 121 END; # Foreach 119 122 123 120 124 IF this_level && !( navigation.First || navigation.Last ); 125 #IF this_level; 121 126 SET navigation.First = first_item IF first_item && !first_item.here; 122 127 SET navigation.Last = last_item UNLESS last_item.here;
