mourningdove/cgi-bin/LJ/S2Theme/easyread.pm
2026-05-24 01:03:05 +00:00

8 lines
161 B
Perl

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