Skip to Main Content
Li (
chiming
) wrote
in
dreamscapes
2012-01-21 08:07 am (UTC)
no subject
For (hopefully) reference, here's my entire abstractia.pm file
package LJ::S2Theme::abstractia; use base qw( LJ::S2Theme ); use strict; sub layouts { ( "1" => "one-column", "2l" => "two-columns-left", "2r" => "two-columns-right", "3" => "three-columns-sides", "3r" => "three-columns-right", "3l" => "three-columns-left" ) } sub layout_prop { "layout_type" } sub page_props { my $self = shift; my @props = qw( image_content_header_group image_content_group image_content_footer_group image_userpic_group image_sidebar_group image_archive_calendar_group image_calendar_and_form_group ); return $self->_append_props( "page_props", @props ); } sub page_props { my $self = shift; my @props = qw( color_content_header color_content color_content_footer color_userpic color_sidebar color_archive_calendar color_calendar_and_form ); return $self->_append_props( "page_props", @props ); } 1;
Any help or hints would be deeply appreciated.
(
45 comments
)
Post a comment in response:
From:
Anonymous
This account has disabled anonymous posting.
OpenID
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
Log in
Account name:
Password:
Remember me
Other options:
Forget your password?
Log in with OpenID?
Close
menu
Log in
Create
Create Account
Display Preferences
Explore
Interests
Directory Search
Site and Journal Search
Latest Things
Random Journal
Random Community
FAQ
Shop
Buy Dreamwidth Services
Gift a Random User
DW Merchandise
Interest
Region
Site and Account
FAQ
Email
no subject
Any help or hints would be deeply appreciated.