[ljcom] r11755: LJSUP-11871: White Tiger branding of mai...
Committer: egeraskin
LJSUP-11871: White Tiger branding of main page for CYRU trunk/cgi-bin/LJ/Hooks/Homepage.pm
Modified: trunk/cgi-bin/LJ/Hooks/Homepage.pm
===================================================================
--- trunk/cgi-bin/LJ/Hooks/Homepage.pm 2012-04-23 08:44:51 UTC (rev 11754)
+++ trunk/cgi-bin/LJ/Hooks/Homepage.pm 2012-04-23 09:16:45 UTC (rev 11755)
@@ -62,9 +62,9 @@
## only Cyr users
return unless LJ::SUP->is_remote_sup;
- ## from 2012-04-23 00:00:00 MSK till 2012-04-29 00:00:00 MSK
- my $time = time();
- return if ($time < 1335139200 || $time > 1335729540); ## uncomment this line before commit!
+ ## from 2012-04-30 00:00:00 MSK till 2012-05-07 00:00:00 MSK
+ ##my $time = time();
+ ##return if ($time < 1335758400 || $time > 1336363200); ## uncomment this line before commit!
return 1;
}
@@ -75,10 +75,10 @@
if (LJ::_is_branding_active()) {
my $rnd = int(rand(1_000_000));
return
- '<a href="http://sup.adfox.ru/7386/goLink?p1=beypu&p2=v&p5=bbylw&pr='.
+ '<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-wildmint-link"> </a>' .
- '<img src="http://sup.adfox.ru/7386/getCode?p1=beypu&p2=v&pe=b&pfc=klhw&pfb=bbylw&puid1=&puid2=&puid3=&puid4=&puid5=&pr=eigomcy" width="1" height="1" border="0" class="branding-wildmint-pixel" />';
+ '&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" />';
}
});
@@ -87,7 +87,7 @@
my $params = shift || {};
if (LJ::_is_branding_active()) {
- LJ::need_res("stc/reskining/2012/april/wildmint/wildmint.css");
+ LJ::need_res("stc/reskining/2012/may/whitetiger/whitetiger.css");
}
##
