From: David T. <mmm...@us...> - 2007-03-11 15:23:55
|
Update of /cvsroot/helpmeict/Helpdesk/share/themes/osx In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11591/share/themes/osx Modified Files: header Log Message: getting there... Index: header =================================================================== RCS file: /cvsroot/helpmeict/Helpdesk/share/themes/osx/header,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** header 7 Feb 2007 01:20:17 -0000 1.2 --- header 11 Mar 2007 15:23:48 -0000 1.3 *************** *** 1,3 **** --- 1,5 ---- <?php + include_once 'config/global.conf.php'; + // Print xml version line correctly print '<?xml version="1.0" encoding="utf-8"?>'; *************** *** 9,13 **** <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title>HelpMeICT</title> <!-- Page metadata --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> --- 11,14 ---- *************** *** 19,27 **** || substr_count($path,'myissues.php') || substr_count($path,'mysitesissues.php')) ! { ?> <meta http-equiv="Refresh" content="<?php echo 120; ?>" /> <?php ! } ?> --- 20,28 ---- || substr_count($path,'myissues.php') || substr_count($path,'mysitesissues.php')) ! { ?> <meta http-equiv="Refresh" content="<?php echo 120; ?>" /> <?php ! } ?> *************** *** 37,40 **** --- 38,44 ---- <link rel="alternate" type="application/rss+xml" href="rssfeed.php" title="Unassigned Issues Feed" /> + + <!-- Page Title --> + <title><?php echo $conf['system_name'] ?></title> </head> |