[livejournal] r22677: LJSV-2379: item code showed in calendar ...
Committer: wisest-owl
LJSV-2379: item code showed in calendar widget in Minimalism styleU trunk/cgi-bin/LJ/S2.pm
Modified: trunk/cgi-bin/LJ/S2.pm
===================================================================
--- trunk/cgi-bin/LJ/S2.pm 2012-08-16 12:50:18 UTC (rev 22676)
+++ trunk/cgi-bin/LJ/S2.pm 2012-08-16 13:18:25 UTC (rev 22677)
@@ -29,6 +29,8 @@
use LJ::TimeUtil;
use LJ::Setting::Music;
+use LJ::Widget::Calendar;
+
# TEMP HACK
sub get_s2_reader {
return LJ::get_dbh("s2slave", "slave", "master");
@@ -45,6 +47,8 @@
my ($entry, $page);
my $con_opts = {};
+ LJ::Widget::Calendar->render();
+
if ($view eq "res") {
# the s1shortcomings virtual styleid doesn't have a styleid
# so we're making the rule that it can't have resource URLs.
