[ljcom] r12516: LJSUP-13347: Mitsubishi branding of main...
Committer: vtroitsky
LJSUP-13347: Mitsubishi branding of main pageU trunk/cgi-bin/LJ/Hooks/Homepage.pm
Modified: trunk/cgi-bin/LJ/Hooks/Homepage.pm
===================================================================
--- trunk/cgi-bin/LJ/Hooks/Homepage.pm 2012-08-22 08:55:40 UTC (rev 12515)
+++ trunk/cgi-bin/LJ/Hooks/Homepage.pm 2012-08-22 09:07:31 UTC (rev 12516)
@@ -74,10 +74,10 @@
my $params = shift || {};
my $time = time();
- # Sony pictures "Totall Recall"
- # 6 august 00:00 - 12 august 23:59
- if (LJ::_is_branding_active( countries => ['RU'] ) && ($time >= 1344888000 && $time < 1344974400)) {
- LJ::need_res("stc/reskining/2012/august/sony/sony.css");
+ # Mitsubishi
+ # 27 august 00:00 - 2 september 23:59
+ if (LJ::_is_branding_active( countries => ['RU'] ) && ($time >= 1346011200 && $time < 1346615940)) {
+ LJ::need_res("stc/reskining/2012/august/mitsubishi/mitsubishi.css");
}
##
