Add $theme to the globals list for the login form.

This commit is contained in:
Jeff Teunissen 2000-12-23 09:14:46 +00:00
parent 743b6b1278
commit c20973a0aa

View file

@ -57,7 +57,7 @@ CREATE TABLE members (
*/
function authLoginForm ($title)
{
global $siteName, $pageName, $focused;
global $siteName, $pageName, $focused, $theme;
require siteHome ."/parts/head.php"; // Load the HEAD and open BODY
require siteHome ."/parts/topstrip.php"; // Display top strip