Ignore:
Timestamp:
2006-01-24T16:07:31+13:00 (18 years ago)
Author:
jrm21
Message:

move the div tags around the navigation bar into the _optnavigationbar_
macro

File:
1 edited

Legend:

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

    r10898 r11094  
    7575# appear in the standard place, and then specify _navigationbar_ elsewhere
    7676# in a collection specific macro file(s) to be where you do want it.
    77 _optnavigationbar_{_navigationbar_}
     77_optnavigationbar_{
     78<div class="navbar">
     79<p class="navbar">
     80_navigationbar_
     81</p>
     82</div>
     83}
    7884
    7985# all cgi args are set as _cgiargX_ macros - those I've put here
Note: See TracChangeset for help on using the changeset viewer.