[ljcom] r12005: LJSUP-12298: Megafon Trava branding on ....
Committer: egeraskin
LJSUP-12298: Megafon Trava branding on .comU trunk/cgi-bin/LJ/Hooks/Homepage.pm
Modified: trunk/cgi-bin/LJ/Hooks/Homepage.pm
===================================================================
--- trunk/cgi-bin/LJ/Hooks/Homepage.pm 2012-05-24 13:33:22 UTC (rev 12004)
+++ trunk/cgi-bin/LJ/Hooks/Homepage.pm 2012-05-24 13:37:38 UTC (rev 12005)
@@ -62,9 +62,9 @@
## only Cyr users
return unless LJ::SUP->is_remote_sup;
- ## from 2012-04-30 00:00:00 MSK till 2012-05-07 00:00:00 MSK
- my $time = time();
- return if ($time < 1335729600 || $time > 1336334400); ## uncomment this line before commit!
+ ## from 2012-06-04 00:00:00 MSK till 2012-07-01 23:59:00 MSK
+ ##my $time = time();
+ ##return if ($time < 1338753600 || $time > 1341172740); ## uncomment this line before commit!
return 1;
}
@@ -77,8 +77,8 @@
return
'<a href="http://sup.adfox.ru/7386/goLink?p1=bcytg&p2=v&p5=bcftf&pr='.
$rnd .
- '&puid1=&puid2=&puid3=&puid4=&puid5=" target="_blank" class="branding-whitetiger-link"> </a>' .
- '<img src="http://sup.adfox.ru/7386/getCode?p1=bcytg&p2=v&pe=b&pfc=knyt&pfb=bcftf&puid1=&puid2=&puid3=&puid4=&puid5=&pr=eiivsmc" width="1" height="1" border="0" class="branding-whitetiger-pixel" />';
+ '&puid1=&puid2=&puid3=&puid4=&puid5=" target="_blank" class="branding-trava-link"> </a>' .
+ '<img src="http://sup.adfox.ru/7386/getCode?p1=bcytg&p2=v&pe=b&pfc=knyt&pfb=bcftf&puid1=&puid2=&puid3=&puid4=&puid5=&pr=eiivsmc" width="1" height="1" border="0" class="branding-trava-pixel" />';
}
});
@@ -87,7 +87,7 @@
my $params = shift || {};
if (LJ::_is_branding_active()) {
- LJ::need_res("stc/reskining/2012/may/whitetiger/whitetiger.css");
+ LJ::need_res("stc/reskining/2012/june/trava/trava.css");
}
##
