diff --git a/lib/auth.php b/lib/auth.php index 46115e8..e528ebd 100644 --- a/lib/auth.php +++ b/lib/auth.php @@ -53,74 +53,6 @@ CREATE TABLE members ( Display a login form. */ - function authLoginForm ($title) - { - global $siteName, $pageName, $focused, $theme; - - require siteHome ."/parts/library.php"; - require siteHome ."/parts/head.php"; // Load the HEAD and open BODY - require siteHome ."/parts/topstrip.php"; // Display top strip - require siteHome ."/parts/titletable.php"; // Display main title w/ logos - ?> -
- include siteHome . "/parts/menu.php"; ?> - | -- tableHeader ("100%", black); ?> - |
- require siteHome . "/parts/topmain.php"; ?> - | - tableSpacer (9, 1, 1, black); ?> -|
- - - |