jadelennox (
jadelennox) wrote in
dw_dev2009-11-17 12:31 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
Entry tags:
alt_layout in CreateAccount.pm?
cgi-bin/LJ/Widget/CreateAccount.pm is full of references to a variable named $alt_layout. However, aside from in the accompanying CreateAccount JavaScript and i18n files, $alt_layout is never mentioned in the code. I can certainly not see where it gets passed to CreateAccount.pm in order to get taken in as an option:
my $alt_layout = $opts{alt_layout} ? 1 : 0;
What is this variable for? How does it get passed to CreateAccount? What does it mean?
Thanks very much.
my $alt_layout = $opts{alt_layout} ? 1 : 0;
What is this variable for? How does it get passed to CreateAccount? What does it mean?
Thanks very much.
no subject
no subject
Thank you.
no subject