[ljcom] r11606: LJSUP-11556: Main page branding for Mega...
Committer: egeraskin
LJSUP-11556: Main page branding for Megafon (22.03 - 04.04)U trunk/cgi-bin/LJ/Hooks/Homepage.pm
Modified: trunk/cgi-bin/LJ/Hooks/Homepage.pm
===================================================================
--- trunk/cgi-bin/LJ/Hooks/Homepage.pm 2012-03-19 19:24:20 UTC (rev 11605)
+++ trunk/cgi-bin/LJ/Hooks/Homepage.pm 2012-03-20 12:28:34 UTC (rev 11606)
@@ -59,9 +59,9 @@
## only Cyr users
return unless LJ::SUP->is_remote_sup;
- ## from 2012-02-23 00:00:00 MSK till 2012-03-03 23:59:59 MSK
+ ## from 2012-03-23 00:00:00 MSK till 2012-04-05 00:00:00 MSK
my $time = time();
- return if ($time < 1329940800 || $time > 1330804799); ## uncomment this line before commit!
+ return if ($time < 1332446400 || $time > 1333569600); ## uncomment this line before commit!
return 1;
}
@@ -72,12 +72,12 @@
if (LJ::_is_branding_active()) {
my $rnd = int(rand(1_000_000));
return
- '<a href="http://ad.adriver.ru/cgi-bin/click.cgi?sid=1&bt=21&ad=323910&pid=768244&bid=1585755&bn=1585755&'.
+ '<a href="http://ad.adriver.ru/cgi-bin/rle.cgi?sid=1&bt=21&ad=328749&pid=790097&bid=1673127&bn=1673127'.
$rnd .
- '1791032605" target="_blank" class="branding-mitsubishi-link"> </a>' .
- '<img src="http://ad.adriver.ru/cgi-bin/rle.cgi?sid=1&bt=21&ad=323910&pid=768244&bid=1585755&bn=1585755&'.
+ '510606218" target="_blank" class="branding-megafon-link"> </a>' .
+ '<img src="http://ad.adriver.ru/cgi-bin/rle.cgi?sid=1&bt=21&ad=328749&pid=790097&bid=1673127&bn=1673127&'.
$rnd .
- '1791032605" width="1" height="1" border="0" class="branding-mitsubishi-pixel" />';
+ '510606218" width="1" height="1" border="0" class="branding-megafon-pixel" />';
}
});
@@ -86,7 +86,7 @@
my $params = shift || {};
if (LJ::_is_branding_active()) {
- LJ::need_res("stc/reskining/2012/february/mitsubishi/homepage.css");
+ LJ::need_res("stc/reskining/2012/march/megafon/homepage.css");
return '';
}
