Quote:
Originally Posted by Nirjonadda
I have new installed e360 Holiday 1.3.0 ! I see now work But not working Index Page (forum.php) Please Any Fix update NewYearChampagneBottle work Everywhere?
|
what not working i just installed on vb4.1.10
and change this (this edit only for champagne to work)
PHP Code:
$templater = vB_Template::create('e360_holiday_champagne');
$template_hook['footer_copyright'] .= $templater->render();
to this
PHP Code:
$templater = vB_Template::create('e360_holiday_champagne');
$template_hook['footer_javascript'] .= $templater->render();
and every thing work fine