Thread
:
Detailed Image Popup in Version 3.50
View Single Post
#
5
12-02-2003, 01:26 PM
B00MER
X-Guru
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
any include statement with .. in it needs to be changed to $xcart_dir."/
Example:
Code:
include "../smarty.php";
Version 3.5.0 needs:
Code:
include $xcart_dir."/smarty.php";
Btw, no need for cross posting see the forum rules in my signature.
__________________
Cart-Lab
- 100+ Social Bookmarks for X-Cart.
B00MER
View Public Profile
Send a private message to B00MER
Visit B00MER's homepage!
Find all posts by B00MER