Thanks for the reply. I did read that, and of course, did as it asked. I wanted to display the featured_products.php centerbox, but setting it as it asks does nothing but revert to the default whats_new.php sidebox. I then thought perhaps it was looking in modules/sideboxes for the box to display, so I then tried setting it to see if I could display the featured.php sidebox and again it reverted to whats_new.php. The fact it's displaying at all leads me to believe I've set it up correctly, I just can't work out why it only wants to show whats_new.php?
<?php $zcSBmodule = 'featured_products.php';
$zcSBlayout = 'left';
require ("http://www.mydomain.com/single_sidebox.php"); ?>



