Quote:
Originally Posted by Lynne
Can't you append it to the end of $headerinclude? Something like:
PHP Code:
$headerinclude =. $headerinclude . '
<script type="text/javascript" src="clientscript/jquery/1.3/jquery-1.3.2.min.js"></script>';
|
Interesting, I didn't think of that.
Quote:
Originally Posted by 1Unreal
This should work  (fetch_template())
PHP Code:
$search = addslashes('<!-- / CSS Stylesheet -->');
$replace = fetch_template(
$vbulletin->templatecache['vbdock_facebox_headinclude']);
$vbulletin->templatecache['headinclude'] = str_replace($search, $replace.$search, $vbulletin->templatecache['headinclude']);
|
like a charm (: