[Openfirst-cvscommit] config headers.php,1.8,1.9
Brought to you by:
xtimg
From: <dav...@us...> - 2003-05-29 01:30:38
|
Update of /cvsroot/openfirst/config In directory sc8-pr-cvs1:/tmp/cvs-serv13271 Modified Files: headers.php Log Message: Added the condense header feature which is activated by setting the $header_condense variable before including the header file. Index: headers.php =================================================================== RCS file: /cvsroot/openfirst/config/headers.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** headers.php 14 May 2003 11:32:44 -0000 1.8 --- headers.php 29 May 2003 01:30:35 -0000 1.9 *************** *** 44,48 **** <tr> <td><div align="left"> ! <img src="http://openfirst.sourceforge.net/oflogo.php?img=logo&type=1" alt="openFIRST" title="openFIRST" width="193" height="64"></div></td> </tr> <tr> --- 44,54 ---- <tr> <td><div align="left"> ! <img src="http://openfirst.sourceforge.net/oflogo.php?img=logo&type=1" alt="openFIRST" title="openFIRST" width="193" height="64"> ! <?php ! if (ISSET($header_condense)){ ! echo " <b>openFIRST Condensed Header Activated</b>"; ! } ! ?> ! </div></td> </tr> <tr> *************** *** 60,64 **** </table> <table width="100%" border="0" summary="sidebar" cellspacing="0" cellpadding="3"> ! <tr> <td style="background-color: #f0f0f0; vertical-align: top; width: 22%"> <h3>What is openFIRST?</h3> --- 66,71 ---- </table> <table width="100%" border="0" summary="sidebar" cellspacing="0" cellpadding="3"> ! <tr> ! <?php if (! ISSET($header_condense)){ ?> <td style="background-color: #f0f0f0; vertical-align: top; width: 22%"> <h3>What is openFIRST?</h3> *************** *** 86,88 **** --- 93,96 ---- </p> </td> + <?php } ?> <td width="78%" valign="top"><div align="left"> |