Changeset 5474


Ignore:
Timestamp:
2003-09-09T14:25:53+12:00 (21 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4775 r5474  
    149149## htmlhead is used by the default _header_ macros. It prints out the
    150150## beginning of an html file, including the header. We can override it here
    151 ## so that all pages will use our custom style sheet. The default one also
    152 ## includes some javascript functions for rollover of images.
     151## so that all pages will use our custom style sheet. Includes some javascript
     152## functions for rollover of images.
    153153_htmlhead_ [c=garish] {<html>
    154154<head>
    155155   <title>_pagetitle_</title>
    156156   <link rel="stylesheet" href="_httpimg_/garish/style.css" type="text/css"/>
     157   _globalscripts_
    157158 </head>
    158159<body>
Note: See TracChangeset for help on using the changeset viewer.