[Pview.php-commits] CVS: Pview.php/templates common-header.inc,1.5,1.6
Brought to you by:
vko
|
From: Ville K. <vk...@us...> - 2001-11-19 10:11:19
|
Update of /cvsroot/pview-php/Pview.php/templates In directory usw-pr-cvs1:/tmp/cvs-serv25549/templates Modified Files: common-header.inc Log Message: had a bug in title generation Index: common-header.inc =================================================================== RCS file: /cvsroot/pview-php/Pview.php/templates/common-header.inc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** common-header.inc 2001/09/10 14:00:25 1.5 --- common-header.inc 2001/11/19 10:11:16 1.6 *************** *** 11,15 **** if (!empty($pathi[s])) $title .= " - " . $series[$pathi[s]][0][0]; ! if (!empty($pathi[i])) $title .= " - " . $series[$pathi[s]][$pathi[i]][1]; if (stristr($GLOBALS["SCRIPT_NAME"], "pco.php")) --- 11,15 ---- if (!empty($pathi[s])) $title .= " - " . $series[$pathi[s]][0][0]; ! if (!empty($pathi[i]) AND !strstr($GLOBALS["SCRIPT_FILENAME"], "thumb.php")) $title .= " - " . $series[$pathi[s]][$pathi[i]][1]; if (stristr($GLOBALS["SCRIPT_NAME"], "pco.php")) |