Active
Project:
Content Templates (Contemplate)
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2009 at 23:31 UTC
Updated:
24 Feb 2009 at 12:14 UTC
I remember doing this a while ago with something along the lines of:
<?php if ($account->uid > 0) : ?>Logged in.<?php endif; ?>
but that doesn't seem to work inside of contemplate. Is it possible to use variables of this sort in contemplate?
Comments
Comment #1
jrglasgow commentedyou make the
$uservariable global and check that