The preprocess-page.inc file defines a variable signup for logged in users. This variable is printed on the page.tpl.php, but it's not defined for anonymous users.

Attached is a patch that adds the variable.

CommentFileSizeAuthor
orange-signup.patch311 bytesvkareh

Comments

nomonstersinme’s picture

oh i just noticed this also, thanks! :D

vkareh’s picture

Status: Needs review » Reviewed & tested by the community

I just added a login link in this patch: l(t('Log In'), 'user');, but I guess I could've added also a register link. I have the feeling this should be optional, though.

nomonstersinme’s picture

Status: Reviewed & tested by the community » Closed (won't fix)

The reason theres no signup variable for anonymous users is because people on here didn't want it. When I first made the theme I had that in there but received complaints so I took it out for the D7 version.