1im
Member
Is there a list of custom vars that can show specific information in the node Template HTML area? Such as if a user is logged in or username?
or am I going to have to create a callback?
if{logged in}
{username}
else
something else
endif
or am I going to have to create a callback?