Log in

View Full Version : conditional?


lukemax
06-04-2007, 12:50 AM
I have this code in my template header
<if condition="$GLOBALS[forumid] == 1">
$provider_list
</if>

and this hook is installed, but its not working?
$provider_list = implode('', file('../providers_hook.html'));

Does anyone know what I did wrong?
Thanks...