diff --git a/frontend.inc.php b/frontend.inc.php index 7410edc..b81f619 100644 --- a/frontend.inc.php +++ b/frontend.inc.php @@ -282,7 +282,7 @@ OA_show(); @@ -290,7 +290,7 @@ function pagehead($caller, $title = 'relax, we understand j00', $style='') - + @@ -315,6 +315,21 @@ function pagehead($caller, $title = 'relax, we understand j00', $style='') + + + + + + + + + + /www/delivery/spcjs.php?id=1'> */ ?> diff --git a/index.php b/index.php index 918ef27..a295ef5 100644 --- a/index.php +++ b/index.php @@ -53,9 +53,9 @@ flock(fopen(SITE_PATH_ABS.'/'.SITE_STRIP.'/'.SITE_STRIP_LOCK, 'r'), LOCK_SH) or if(isset($_GET['strip_id']) || isset($_GET['transcript_id'])) - pagehead('index', "[$EFFECTIVE_ID] " . numeric_entities(utfentities($STRIP['title']))); + pagehead('index', "[$EFFECTIVE_ID] " . numeric_entities(utfentities($STRIP['title'])), '', $EFFECTIVE_ID, $STRIP); else - pagehead('index'); + pagehead('index', 'relax, we understand j00', '', $EFFECTIVE_ID, $STRIP); ?>