10-07-2007, 04:49 PM
|
#5 (permalink)
|
|
The Acquainted
Join Date: Sep 2007
Location: Leeds, UK
Posts: 141
Thanks: 6
|
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...
|
|
|
|