Show
Ignore:
Timestamp:
02/06/07 14:53:36 (2 years ago)
Author:
moseley
Message:

More updates getting ready to move to the new host
Combined the two search scripts into one.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • swish_website/lib/config/macros

    r1587 r1889  
    11[%- 
     2    page.javascript = []; 
     3 
     4    MACRO include_javascript( name ) BLOCK; 
     5        js_found = 0; 
     6        FOR js = page.javascript; 
     7            IF js == name; 
     8                js_found = 1; 
     9                LAST; 
     10            END; 
     11        END; 
     12        page.javascript.push( name ) UNLESS js_found; 
     13    END; 
    214 
    315 
  • swish_website/lib/config/map

    r1871 r1889  
    251251            search      = { 
    252252                name   = 'Search' 
    253                 hidden = 1 # don't show on main menu 
     253                # hidden = 1 # don't show on main menu 
    254254                menu   = []  # make it /search/ instead of search.html 
    255255            }