Committer: akanashin
LJSUP-12413: New promo product - Promo in notificationsU trunk/cgi-bin/LJ/Hooks/ESN.pm
Modified: trunk/cgi-bin/LJ/Hooks/ESN.pm =================================================================== --- trunk/cgi-bin/LJ/Hooks/ESN.pm 2012-06-27 13:21:26 UTC (rev 12187) +++ trunk/cgi-bin/LJ/Hooks/ESN.pm 2012-06-27 13:22:04 UTC (rev 12188) @@ -106,6 +106,7 @@ $params = $object->get_template_params(); $params->{country_style_ua} = $active_region eq 'ua'; + $params->{imgprefix} = $LJ::IMGPREFIX; my $tmpl_file = $type eq 'html' ? 'NotificationPromoHTML.tmpl' : 'NotificationPromoPlainText.tmpl'; my $tmpl = LJ::HTML::Template->new({use_expr => 1}, filename => "$ENV{LJHOME}/templates/Shop/$tmpl_file");