Changeset 266


Ignore:
Timestamp:
1999-06-10T12:39:16+12:00 (25 years ago)
Author:
sjboddie
Message:

navigation bar is no longer written out for every page (it should
be included in the _content_ macro of pages wanting to display it).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/pageaction.cpp

    r261 r266  
    1212/*
    1313   $Log$
     14   Revision 1.6  1999/06/10 00:39:16  sjboddie
     15   navigation bar is no longer written out for every page (it should
     16   be included in the _content_ macro of pages wanting to display it).
     17
    1418   Revision 1.5  1999/06/08 04:29:35  sjboddie
    1519   added argsinfo to the call to check_cgiargs to make it easy to set
     
    8286
    8387  textout << outconvert << disp << ("_" + arg_p + ":header_\n")
    84       << ("_" + arg_p + ":imagestandardbar_\n") << ("_" + arg_p + ":content_\n")
     88      << ("_" + arg_p + ":content_\n")
    8589      << ("_" + arg_p + ":footer_\n");
    8690
Note: See TracChangeset for help on using the changeset viewer.