Active
Project:
Salamander
Version:
5.x-1.8
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2008 at 07:46 UTC
Updated:
10 Jan 2008 at 07:46 UTC
I've tried adding many functions to the template.php file, and have come up with nothing but errors....
So if I was to add this function.
if (module_exists('advanced_profile')) {
$vars = advanced_profile_addvars($hook, $vars);
}
Where would I do it?