MyBB Community Forums

Full Version: CSS Theme Variables
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In function_themes.php there is this line:
$stylesheet = parse_theme_variables($stylesheet, $theme_vars);



To save having to trawl through the code, is there a list of theĀ $theme_vars, and is there a hook I can add to theĀ variable?