From 04aa79b53c38095d4727f4d850e191c64d99352f Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Sat, 26 Jan 2013 01:22:50 -0500 Subject: Move show_{footer,header}() from ui.lib.php to UI --- templates/show_login_form.inc.php | 2 +- templates/show_user_registration.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') 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')) { ?> 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')) { ?> -- cgit