1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +02:00

Updated for generic theming

git-svn-id: file:///svn/phpbb/trunk@203 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-04-24 22:32:57 +00:00
parent a624033c5b
commit a8a1ad65fe
6 changed files with 335 additions and 262 deletions

View File

@@ -92,34 +92,14 @@ else
//
// Do a full login page dohickey
//
$pagetype = "login";
$page_title = "Log In";
include('includes/page_header.'.$phpEx);
$template->set_filenames(array("body" => "login_body.tpl"));
$template->assign_vars(array(
"PHPEX" => $phpEx,
"PHP_SELF" => $PHP_SELF,
"T_TR_COLOR1" => "#",
"T_TR_COLOR2" => "#",
"T_TR_COLOR3" => "#",
"T_TH_COLOR1" => "#495FA8",
"T_TH_COLOR2" => "#",
"T_TH_COLOR3" => "#",
"T_TD_COLOR1" => "#000000",
"T_TD_COLOR2" => "#CCCCCC",
"T_TD_COLOR3" => "#DDDDDD",
"T_FONTFACE1" => "sans-serif",
"T_FONTFACE2" => "",
"T_FONTFACE3" => "",
"T_FONTSIZE1" => "2",
"T_FONTSIZE2" => "",
"T_FONTSIZE3" => "",
"T_FONTCOLOR1" => "#FFFFFF",
"T_FONTCOLOR2" => "#000000",
"T_FONTCOLOR3" => "",
"L_USERNAME" => $l_username,
"L_PASSWORD" => $l_password,
"L_SEND_PASSWORD" => $l_resend_password,