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