[Openfirst-cvscommit] base/config headers.php,1.21,1.22
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-04-03 02:02:47
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4820/config Modified Files: headers.php Log Message: Trying to make it XHTML 1.1 valid Index: headers.php =================================================================== RCS file: /cvsroot/openfirst/base/config/headers.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** headers.php 14 Mar 2005 00:50:00 -0000 1.21 --- headers.php 3 Apr 2005 02:02:37 -0000 1.22 *************** *** 9,17 **** <head> <title><?php echo $title; ?></title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <meta http-equiv="Content-Language" content="en-CA"> ! <meta name="copyright" content="© 2003 openFIRST http://openfirst.sf.net."> ! <meta name="author" content="OpenFIRST - http://openfirst.sf.net"> ! <meta name="generator" content="OpenFIRST - http://openfirst.sf.net"> <style type="text/css"> #adminmenu { color: #ffffff; } --- 9,17 ---- <head> <title><?php echo $title; ?></title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ! <meta http-equiv="Content-Language" content="en-CA" /> ! <meta name="copyright" content="© 2003 openFIRST http://openfirst.sf.net." /> ! <meta name="author" content="OpenFIRST - http://openfirst.sf.net" /> ! <meta name="generator" content="OpenFIRST - http://openfirst.sf.net" /> <style type="text/css"> #adminmenu { color: #ffffff; } *************** *** 48,52 **** <table width="100%" border="0" cellspacing="0" cellpadding="6"> <tr> ! <td> <img src="<?php echo("$basepath"); ?>/images/openfirst.png" alt="openFIRST Portal System"> </td> </tr> --- 48,52 ---- <table width="100%" border="0" cellspacing="0" cellpadding="6"> <tr> ! <td> <img src="<?php echo("$basepath"); ?>/images/openfirst.png" alt="openFIRST Portal System" /> </td> </tr> |