Smarty will also need to know which template to display. If you're trying to show something on the customer side, look in skin1/customer/home_main.tpl There you will need to put similar code to this:
{elseif $main eq "user_testing_survey"}
{include file="path_to/user_testing_servey.tpl}
Hope that helps.
Carrie
|