$config['old_stylesheet']
Posted: Sat May 20, 2006 4:41 pm
i take a 0.12.1 that's upgraded to 0.13, and it had:
#Use the old stylesheet logic? It's much slower, but it works with older
#versions of CMSMS. You'll also need this set to true if there is a module
#that uses a stylesheet callback. Leave it as false instead you really
#need it.
$config['old_stylesheet'] = true;
after reading what it said in config.php, i figured i didn't need the old, slow stylesheet routines, so if flipped that to 'false' --
messed up stylesheet order in the template, and no matter what order i remove them & add them back to the template, they show up in the wrong order (seems to always be based on css_id in decending order).
what exactly is $config['old_stylesheet'] ? and why would i need it set to true if i have no 'non-stock' modules?
#Use the old stylesheet logic? It's much slower, but it works with older
#versions of CMSMS. You'll also need this set to true if there is a module
#that uses a stylesheet callback. Leave it as false instead you really
#need it.
$config['old_stylesheet'] = true;
after reading what it said in config.php, i figured i didn't need the old, slow stylesheet routines, so if flipped that to 'false' --
messed up stylesheet order in the template, and no matter what order i remove them & add them back to the template, they show up in the wrong order (seems to always be based on css_id in decending order).
what exactly is $config['old_stylesheet'] ? and why would i need it set to true if i have no 'non-stock' modules?