[dw-nonfree] Cleaning: make all layout.pm files look the same
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/7d34a88d6f37]
http://bugs.dwscoalition.org/show_bug.cgi?id=2793
Just move this, to be consistent.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2793
Just move this, to be consistent.
Patch by
Files modified:
- cgi-bin/LJ/S2Theme/transmogrified.pm
--------------------------------------------------------------------------------
diff -r 161dcb7de935 -r 7d34a88d6f37 cgi-bin/LJ/S2Theme/transmogrified.pm
--- a/cgi-bin/LJ/S2Theme/transmogrified.pm Fri Aug 13 07:45:21 2010 +0800
+++ b/cgi-bin/LJ/S2Theme/transmogrified.pm Fri Aug 13 07:53:04 2010 +0800
@@ -1,10 +1,10 @@ package LJ::S2Theme::transmogrified;
package LJ::S2Theme::transmogrified;
use base qw( LJ::S2Theme );
-sub designer { "Yvonne" }
-
sub layouts { ( "1" => "one-column", "2l" => "two-columns-left", "2r" => "two-columns-right" ) }
sub layout_prop { "layout_type" }
+
+sub designer { "Yvonne" }
sub page_props {
my $self = shift;
--------------------------------------------------------------------------------
