diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_login_form.inc.php | 2 | ||||
-rw-r--r-- | templates/show_user_registration.inc.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_login_form.inc.php b/templates/show_login_form.inc.php index ac6ed2b0..3ec408f6 100644 --- a/templates/show_login_form.inc.php +++ b/templates/show_login_form.inc.php @@ -95,5 +95,5 @@ if (@is_readable(Config::get('prefix') . '/config/motd.php')) { ?> <?php } -show_footer(); +UI::show_footer(); ?> diff --git a/templates/show_user_registration.inc.php b/templates/show_user_registration.inc.php index 7bc21083..be9e269e 100644 --- a/templates/show_user_registration.inc.php +++ b/templates/show_user_registration.inc.php @@ -110,5 +110,5 @@ if (Config::get('user_agreement')) { ?> </div> </form> <?php -show_footer(); +UI::show_footer(); ?> |