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