diff options
Diffstat (limited to 'inc/template.php')
-rw-r--r-- | inc/template.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/template.php b/inc/template.php index 7fea8c7ac..f5f2e7760 100644 --- a/inc/template.php +++ b/inc/template.php @@ -107,6 +107,7 @@ function tpl_content_core(){ break; case 'locked': html_locked(); + html_edit(); break; case 'login': html_login(); |