[ljcom] r11236: LJSUP-10567: Branding of livejournal.com...
Committer: narefieva
LJSUP-10567: Branding of livejournal.com with OMGU trunk/cgi-bin/LJ/Hooks/Homepage.pm
Modified: trunk/cgi-bin/LJ/Hooks/Homepage.pm
===================================================================
--- trunk/cgi-bin/LJ/Hooks/Homepage.pm 2011-12-01 14:47:11 UTC (rev 11235)
+++ trunk/cgi-bin/LJ/Hooks/Homepage.pm 2011-12-02 08:02:09 UTC (rev 11236)
@@ -59,9 +59,9 @@
## only Cyr users
return unless LJ::SUP->is_remote_sup;
- ## from 2011-11-17 00:00:00 MSK till 2011-11-25 00:00:00 MSK
+ ## from 2011-12-16 00:00:00 MSK till 2011-12-22 23:59:59 MSK
my $time = time();
- return if ($time < 1321473600 || $time > 1322164800); ## uncomment this line before commit!
+ return if ($time < 1323979200 || $time > 1324583999); ## uncomment this line before commit!
return 1;
}
@@ -72,10 +72,10 @@
if (LJ::_is_branding_active()) {
my $rnd = int(rand(1_000_000));
return
- '<a href="http://sup.adfox.ru/7386/goLink?p1=bdxbj&p2=v&p5=zazi&pr=' .
+ '<a href="http://sup.adfox.ru/7386/goLink?p1=bdzfe&p2=v&p5=ziyd&pr=' .
$rnd .
'&puid1=&puid2=&puid3=&puid4=&puid5=" target="_blank" class="brandingomg-link"> </a>' .
- '<img src="http://sup.adfox.ru/7386/getCode?p1=bdxbj&p2=v&pe=b&pfc=jnev&pfb=zazi&puid1=&puid2=&puid3=&puid4=&puid5=&pr=' .
+ '<img src="http://sup.adfox.ru/7386/getCode?p1=bdzfe&p2=v&pe=b&pfc=jpmv&pfb=ziyd&puid1=&puid2=&puid3=&puid4=&puid5=&pr=' .
$rnd .
'" width="1" height="1" border="0" class="brandingomg-pixel" />';
}
@@ -85,7 +85,7 @@
my $params = shift || {};
if (LJ::_is_branding_active()) {
- LJ::need_res("stc/reskining/2011/november/omg/homepage.css");
+ LJ::need_res("stc/reskining/2011/december/omg/homepage.css");
return '';
}
##
