1 fredsy Apr 14, 2009 08:21
3 fredsy Apr 14, 2009 11:45
Hmm, I get this error:
Parse error: syntax error, unexpected T_STRING, expecting ')' in /public_html/skins/my skin/_html_header.inc.php on line 31
The 'etc' (sorry about that, it's just the unix timestamp, I have two different ones on two different skins but both showing the same problem) is 1301875200.
4 yabba Apr 14, 2009 11:49
I'm guessing your error is the word "arrow" instead of => ;)
<title><?php
ob_start();
// ------------------------- TITLE FOR THE CURRENT REQUEST -------------------------
request_title( array(
'auto_pilot' => 'seo_title',
) );
// ------------------------------ END OF REQUEST TITLE -----------------------------
echo preg_replace( '~^stop at[^\-]+?\-~i', '', ob_get_clean() );
?></title>
¥
5 fredsy Apr 14, 2009 11:53
Damn it... missed that obvious mistake. :) Thanks, it works fine now!
6 yabba Apr 14, 2009 11:58
No worries ;)
¥
Without seeing the "etc" bit :
¥