Committer: ybuhvalova
LSS-2: New Style for LJ Shop - ChristmasU trunk/bin/upgrading/s2layers/voxhtml/layout.s2 U trunk/cgi-bin/LJ/S2Theme/voxhtml.pm
Modified: trunk/bin/upgrading/s2layers/voxhtml/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/voxhtml/layout.s2 2012-12-18 12:18:52 UTC (rev 13058) +++ trunk/bin/upgrading/s2layers/voxhtml/layout.s2 2012-12-18 12:28:33 UTC (rev 13059) @@ -129,6 +129,7 @@ "carson-green" => "carson-green/screen.css", "carson-red" => "carson-red/screen.css", "chopsticks" => "chopsticks/screen.css", + "christmas-snowman" => "christmas-snowman/screen.css", "cityscape-austin" => "cityscape-austin/screen.css", "cityscape-boston" => "cityscape-boston/screen.css", "cityscape-chicago" => "cityscape-chicago/screen.css", @@ -1038,6 +1039,9 @@ } elseif ($type == "outside") { if ($designer == "piximix") { return "<a href=\"http://www.piximix.com\"><img src=\"$*IMGDIR/$theme"+"_by_piximix.gif\" width=\"160\" height=\"30\" border=\"0\" /></a>"; + } elseif($designer == "LjGetStyle") { + return """<!-- Design by LjGetStyle - Unique design for your Live Journal, Themes for your Live Journal Blog --> + <a href="http://ljgetstyle.com/" class="ljgetstyle-logo" title="LjGetStyle - Unique design for your Live Journal" target="_blank"></a>"""; } elseif ($designers{$designer}) { return "<div class=\"asset-name-hover\">Designed by <a href=\"$designers{$designer}\" target=\"_blank\">$designer</a></div>"; } Modified: trunk/cgi-bin/LJ/S2Theme/voxhtml.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2012-12-18 12:18:52 UTC (rev 13058) +++ trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2012-12-18 12:28:33 UTC (rev 13059) @@ -1366,4 +1366,10 @@ sub cats { qw( illustrated food ) } sub designer { "LjGetStyle" } +package LJ::S2Theme::voxhtml::christmas_snowman; +use base qw(LJ::S2Theme::voxhtml); +sub cats { qw( illustrated occasions ) } +sub preview_exts { { "large" => "jpg" } } +sub designer { "LjGetStyle" } + 1;