Quote:
Originally Posted by neverstop
Its seems that the {vb:raw headinclude_bottom} variable does not work in the themes. Any idea why?
|
Edit "view.php", find this line:
Quote:
$templater->register('WTlogging_list_name', $WTlogging_list_name);
|
And replace it AS:
Quote:
$templater->register('WTlogging_list_name', $WTlogging_list_name);
$templater->register('headinclude_bottom', $headinclude_bottom);
|
There are 3 instances of this so please make sure you changed all.
This should fix it.