[ljcom] r5984: Add MSN/Explore links to the bottom of e...

Jan 23, 2008 20:32


Committer: henrylyneAdd MSN/Explore links to the bottom of emails. BugID: 66907

U trunk/cgi-bin/LJ/Hooks/ESN.pm

Modified: trunk/cgi-bin/LJ/Hooks/ESN.pm
===================================================================
--- trunk/cgi-bin/LJ/Hooks/ESN.pm 2008-01-23 19:55:32 UTC (rev 5983)
+++ trunk/cgi-bin/LJ/Hooks/ESN.pm 2008-01-23 20:32:22 UTC (rev 5984)
@@ -67,13 +67,11 @@

my $ret = "";

- # unless it's disabled, show qotd promo to non-paid users
- if (! LJ::conf_test($LJ::DISABLED{"writers_block_promo"}, $ru) &&
- (! $ru->in_class("paid") || $ru->in_class("force_ads")))
+ if (! $ru->in_class("paid") || $ru->in_class("force_ads"))
{
- my $url = $LJ::HP_WRITERS_BLOCK_EMAIL_CLICK_URL ||
- "http://ad.doubleclick.net/clk;149614813;21037953;g?http://expressioncenter.wetpaint.com/page/Tip+of+the+Day";
- $ret .= "
Check out HP's Tip of the Day and get inspired!
";
+ $ret .= "
MSN delivers the latest in News & Politics " .
+ "and Entertainment straight to LiveJournal." .
+ "

";
}

# standard footer

Previous post Next post
Up