Closed (won't fix)
Project:
Orange
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Oct 2010 at 01:57 UTC
Updated:
18 Feb 2011 at 14:40 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| orange-signup.patch | 311 bytes | vkareh |
Comments
Comment #1
nomonstersinme commentedoh i just noticed this also, thanks! :D
Comment #2
vkareh commentedI 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.Comment #3
nomonstersinme commentedThe 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.