mourningdove/cgi-bin/LJ/S2Theme/drifting.pm

9 lines
161 B
Perl
Raw Permalink Normal View History

2026-05-24 01:03:05 +00:00
package LJ::S2Theme::drifting;
use base qw( LJ::S2Theme );
use strict;
sub layouts { ( "2l" => "two-columns-left" ) }
sub layout_prop { "layout_type" }
1;