mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fixed formating and logo
This commit is contained in:
parent
7d597b91d1
commit
b98f5ee9be
@ -35,7 +35,6 @@
|
||||
"frame_body" => "frames_body.tpl",
|
||||
"frame_navbar" => "frames_navbar.tpl"
|
||||
));
|
||||
|
||||
$tpl->set_var("navbar_link",$phpgw->link("index.php","navbarframe=True&cd=yes"));
|
||||
if ($forward) {
|
||||
$tpl->set_var("body_link",$phpgw->link($phpgw_info["server"]["webserver_url"] . $forward));
|
||||
@ -157,4 +156,4 @@
|
||||
</TABLE>
|
||||
<?php
|
||||
$phpgw->common->phpgw_footer();
|
||||
?>
|
||||
?>
|
@ -159,7 +159,7 @@
|
||||
$tmpl->set_var("version",$phpgw_info["server"]["versions"]["phpgwapi"]);
|
||||
$tmpl->set_var("lang_password","password");
|
||||
$tmpl->set_var("lang_login","login");
|
||||
|
||||
$tmpl->set_var("template_set","default");
|
||||
$tmpl->parse("loginout", "login_form");
|
||||
$tmpl->p("loginout");
|
||||
?>
|
||||
?>
|
BIN
phpGroupWare.jpg
BIN
phpGroupWare.jpg
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
BIN
phpgwapi/templates/default/images/logo.gif
Normal file
BIN
phpgwapi/templates/default/images/logo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
@ -5,7 +5,7 @@
|
||||
</head>
|
||||
|
||||
<body bgcolor="FFFFFF">
|
||||
<a href="http://www.phpgroupware.org"><img src="phpGroupWare.jpg" alt="phpGroupWare" border="0"></a>
|
||||
<a href="http://www.phpgroupware.org"><img src="phpgwapi/templates/{template_set}/images/logo.gif" alt="phpGroupWare" border="0"></a>
|
||||
<p> </p>
|
||||
<center>{lang_message}</center>
|
||||
<p> </p>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in New Issue
Block a user