
03-02-2010, 07:39 AM
|
|
|
Join Date: Mar 2008
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by xman_79
I had a similar problem , and :
In my php file i add :
PHP Code:
$myvbcsspath = 'css.php?styleid=' . $style['styleid'] . '&langid=' . LANGUAGEID . '&d=' . $style['dateline'] . '&td=' . $vbulletin->stylevars['textdirection']['string'] . '&sheet=';
PHP Code:
$templater->register('myvbcsspath', $myvbcsspath);
And in my template :
HTML Code:
<link rel="stylesheet" type="text/css" href="{vb:raw myvbcsspath}mytemplate.css" />
*Rebuild style information .
Now it's work .
Look includes/class_core.php , Line 3994
|
I'm its problem
|