[Pview.php-commits] CVS: Pview.php/templates common-header.inc,1.4,1.5
Brought to you by:
vko
|
From: Ville K. <vk...@us...> - 2001-09-10 14:00:28
|
Update of /cvsroot/pview-php/Pview.php/templates In directory usw-pr-cvs1:/tmp/cvs-serv2097/templates Modified Files: common-header.inc Log Message: pco.php now has a better <title> Index: common-header.inc =================================================================== RCS file: /cvsroot/pview-php/Pview.php/templates/common-header.inc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** common-header.inc 2001/07/18 08:53:56 1.4 --- common-header.inc 2001/09/10 14:00:25 1.5 *************** *** 13,17 **** if (!empty($pathi[i])) $title .= " - " . $series[$pathi[s]][$pathi[i]][1]; ! ?> <title><?= $title ?></title> --- 13,18 ---- if (!empty($pathi[i])) $title .= " - " . $series[$pathi[s]][$pathi[i]][1]; ! if (stristr($GLOBALS["SCRIPT_NAME"], "pco.php")) ! $title .= " - " . $lang[$config['Pview']['deflang']]['conf']['title']; ?> <title><?= $title ?></title> |