hi there,
Is there a way to use custom global variables within the forum templates?
or path variables?
in my index templates, I’ve created some useful variables, that I’d like to use within the forum.
$assign_to_config['global_vars'] = array(
'cgv_language_code' => 'de',
'cgv_root' => '/',
'cgv_locale' => 'de_DE',
'cgv_language' => 'german',
'language' => 'deutsch'
); // This array must be associativeit would be handy to be able to use them in the forum templates.
also the path variables {path="/"}
cheers
stefan