PDA

View Full Version : Simple: how to have css file called with full path ?


Sharg
07-29-2004, 03:29 PM
Hello,
I need the css file (when vb is configured to use a css file) to be called by the full path (/myforums/.......) insted of the relative path.

How can I do this ?

Thanks in advance,
Sharg

Andreas
07-29-2004, 05:31 PM
In adminfunctions_template.php FIND

$QUERY[] = "css = '" . addslashes("<link rel=\"stylesheet\" type=\"text/css\" href=\"$cssfilename\" />") . "'";

There you can put the path.