Quote:
Originally Posted by Lynne
You don't need to include global.php twice.
You need to register all the variables you want to use in the template. ie: for the number of users, include this with the other similar lines:
$templater->register('activemembers', $activemembers);
You need to have that line to register every variable you want to include in the template.
|
Lynne at last I've achieved

it works fine now. thanks for your help.