johnduo0007 Posted July 14, 2008 Posted July 14, 2008 I added this on column_right.php: <?php // ------------------------------------------------- require(DIR_WS_BOXES . 'tell_a_friend'); // ------------------------------------------------- ?> But still nothing appears and my footer is missing when I post this.
Guest Posted July 14, 2008 Posted July 14, 2008 Try if (isset($HTTP_GET_VARS['products_id'])) { if (basename($PHP_SELF) != FILENAME_TELL_A_FRIEND) include(DIR_WS_BOXES . 'tell_a_friend.php'); }
sLaV- Posted July 14, 2008 Posted July 14, 2008 If your using a template they normally dont use column_left.php and column_right.php
Recommended Posts
Archived
This topic is now archived and is closed to further replies.