mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-18 14:42:10 +00:00
Add $theme to the globals list for the login form.
This commit is contained in:
parent
743b6b1278
commit
c20973a0aa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue