
02-03-2010, 04:09 PM
|
|
|
Join Date: Feb 2006
Location: Netherlands
Posts: 1,392
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Man, I find this so weird. My CSS Storage is set to NO, yet I'm getting:
Quote:
f ($vbulletin->options['bbr_image_active'] && $vbulletin->options['bbr_lytebox_active']) { if (in_array(THIS_SCRIPT, array('showthread', 'showpost', 'blog', 'entry', 'vbcms'))) { $vbcsspath = 'css.php?styleid=' . $vbulletin->userinfo['styleid'] . '&langid=' . LANGUAGEID . '&d=' . $style['dateline'] . '&sheet='; $find = ''; $add_before = ''. PHP_EOL; $output = str_replace($find,$add_before.$find, $output); } }
|
|