Hi,
I'm trying to install the sidebox anywhere module.
Inserted the following code at the end of tpl_index_default.php:
but getting this error:Code:<?php $zcSBmodule = 'product_notifications.php'; // name of sidebox or centerbox to be displayed (see filenames in the /includes/modules/sideboxes folder) (if not set, uses "whats_new.php") $zcSBlayout = 'left'; // 'left' or 'right' sidebox template style (if not specified, uses 'left') require ("single_sidebox.php"); ?>
Fatal error: Cannot redeclare class base in D:\www\htdocs\zen\includes\classes\class.base.php on line 17
Any help appreciated. Thanks.



