View Single Post
Old 10-07-2007, 04:49 PM   #5 (permalink)
CMellor
The Acquainted
Upcoming Programmer 
 
CMellor's Avatar
 
Join Date: Sep 2007
Location: Leeds, UK
Posts: 141
Thanks: 6
CMellor is on a distinguished road
Default

The problem I get when doing that is, in functions.php, I have another include:

Code:
include('libs/Smarty.class.php');
$smarty = new Smarty;
I've had it where it doesn't include the class file, and also had it say "Smarty class does not exist" which it clearly does...

Meh, I just gave in and copy/pasted the function into the ajax_functions.php file as well as in the functions.php file.
__________________
Not quite a n00b...
CMellor is offline  
Reply With Quote