5 lines
72 B
Perl
5 lines
72 B
Perl
package LJ::S2Theme::zesty;
|
|
use base qw( LJ::S2Theme );
|
|
use strict;
|
|
|
|
1;
|