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 --- flag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flag.php') diff --git a/flag.php b/flag.php index 9ae3eb95..5ae3f143 100644 --- a/flag.php +++ b/flag.php @@ -57,5 +57,5 @@ switch ($action) { break; } // end action switch -show_footer(); +UI::show_footer(); ?> -- cgit