If the user is logged in, I'd like to show a 'view cart' link instead of a 'sign in/register' link.
Is there a reference anywhere to global variables, or a convenient snippet I can drop in?
I'm hoping it's something like:
if ($user_logged_in) {.... or something similar
Thanks



