Update of /cvsroot/helpmeict/Helpdesk/share/themes/blue
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11591/share/themes/blue
Modified Files:
header
Log Message:
getting there...
Index: header
===================================================================
RCS file: /cvsroot/helpmeict/Helpdesk/share/themes/blue/header,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** header 7 Feb 2007 01:20:16 -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"?>';
***************
*** 18,26 ****
|| 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
! }
?>
***************
*** 36,39 ****
--- 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>
|