Quote:
Originally Posted by ragtek
i try to understand why you make
PHP Code:
$globaltemplates = array_merge($globaltemplates, array(
// bbcode templates
'bbcode_hposts',
'bbcode_showtogroups',
'hidetag_toolbar_buttons',
));]
wouldnt it be better if this is just in showthread is includet?
i dont know where we need it else.
|
These are not large templates so it is more efficient to have them everywhere rather than run a conditional on every page.