Quote:
Originally Posted by Taurus1
I double checked, and just checked again.
|
Open the product file "product_vb4sidebar.xml", and scroll down to the plugins section. In the "cache_templates" plugin, replace:
Code:
$globaltemplates = array_merge($globaltemplates, array('vb4sidebar_template','vb4sidebar_javascript','vb4sidebar_before_main','vb4sidebar_after_main','vb4sidebar_after_slidebar_div'));
by:
Code:
$globaltemplates[] = 'vb4sidebar_template';
$globaltemplates[] = 'vb4sidebar_javascript';
$globaltemplates[] = 'vb4sidebar_before_main';
$globaltemplates[] = 'vb4sidebar_after_main';
$globaltemplates[] = 'vb4sidebar_after_slidebar_div';
Hope this will help your case.