Ignore:
Timestamp:
2009-06-11T23:17:29+12:00 (15 years ago)
Author:
davidb
Message:

Following the style of _pagescriptextra_ _pagescriptfileextra_ allows macros to hook into scripts stored in separate files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/macros/style.dm

    r19784 r19818  
    2424# defaults for the above macros
    2525_pagetitle_ {_collectionname_}
     26_pagescriptfileextra_ {}
    2627_pagescriptextra_ {}
    2728_pagebannerextra_ {}
     
    179180# imagescript only used in nav_ns4.dm
    180181_globalscripts_{
     182_If_(_pagescriptfileextra_,_pagescriptfileextra_)
    181183<script language="javascript" type="text/javascript">
    182184_If_(_pagescriptextra_,_pagescriptextra_)
Note: See TracChangeset for help on using the changeset viewer.