package LJ::S2Theme::easyread; use base qw( LJ::S2Theme ); use strict; sub layouts { ( "1s" => "one-column-split" ) } sub layout_prop { "layout_type" } 1;