Browse Source

bugfix: disable javascript on mod pages

pull/40/head
Michael Foster 11 years ago
parent
commit
dd1bec687b
  1. 1
      inc/mod/pages.php

1
inc/mod/pages.php

@ -15,6 +15,7 @@ function mod_page($title, $template, $args, $subtitle = false) {
'hide_dashboard_link' => $template == 'mod/dashboard.html',
'title' => $title,
'subtitle' => $subtitle,
'nojavascript' => true,
'body' => Element($template,
array_merge(
array('config' => $config, 'mod' => $mod),

Loading…
Cancel
Save