The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
For vb4, this code:
Code:
require_once('global.php');
print_r($template_hook);
|
|
#2
|
||||
|
||||
|
What does the $template_hook have to do with getting the css of the style?
|
|
#3
|
|||
|
|||
|
{vb:raw template_hook.headinclude_css}
--------------- Added [DATE]1265696081[/DATE] at [TIME]1265696081[/TIME] --------------- unlesssssss i used this along with the $vbulletin['vbcsspath'] variable: Code:
<vb:if condition="$vboptions['storecssasfile']">
<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}main-rollup.css" />
<vb:else />
<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}bbcode.css,editor.css,popupmenu.css,reset-fonts.css,vbulletin.css,vbulletin-chrome.css,vbulletin-formcontrols.css{vb:raw custom_global_css_reference}" />
</vb:if>
{vb:raw template_hook.headinclude_css}
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|