Changeset 1654

Show
Ignore:
Timestamp:
02/09/05 19:39:30 (4 years ago)
Author:
whmoseley
Message:

I blame this all on my quick fingers and vim.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swish_website/lib/config/expand

    r1652 r1654  
    44DEFAULT page.trail = [ ]; 
    55DEFAULT navigation = {}; 
     6 
     7this_level = 0; 
     8first_item = 0; 
    69 
    710# List of menu items we're constructing. 
     
    118121END;  # Foreach 
    119122 
     123 
    120124IF this_level && !( navigation.First || navigation.Last ); 
     125#IF this_level; 
    121126    SET navigation.First = first_item IF first_item && !first_item.here; 
    122127    SET navigation.Last  = last_item UNLESS last_item.here;