diff options
Diffstat (limited to 'pages/whats_on.ecpp')
-rw-r--r-- | pages/whats_on.ecpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index dfba641..d724c23 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -21,7 +21,6 @@ type = "now"; string mode; string attime; string fixtime; - </%args> <%session scope="global"> bool logged_in(false); @@ -33,7 +32,6 @@ string current_attime; string current_fixtime; string current_displaytime; </%request> - <%include>page_init.eh</%include> <%cpp> if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); |