custom headers are not part of container

This commit is contained in:
Michal Čihař
2006-05-15 13:58:50 +00:00
parent e7a09aad1a
commit c542c2ee09

View File

@@ -99,10 +99,10 @@ if (top != self) {
</head> </head>
<body class="loginform"> <body class="loginform">
<div class="container">
<?php require './libraries/header_custom.inc.php'; ?> <?php require './libraries/header_custom.inc.php'; ?>
<div class="container">
<a href="http://www.phpmyadmin.net" target="_blank" class="logo"><?php <a href="http://www.phpmyadmin.net" target="_blank" class="logo"><?php
$logo_image = $GLOBALS['pmaThemeImage'] . 'logo_right.png'; $logo_image = $GLOBALS['pmaThemeImage'] . 'logo_right.png';
if (@file_exists($logo_image)) { if (@file_exists($logo_image)) {
@@ -142,9 +142,9 @@ echo sprintf( $GLOBALS['strWelcome'],
<?php echo $GLOBALS['strSecretRequired']; ?> <?php echo $GLOBALS['strSecretRequired']; ?>
</div> </div>
<?php <?php
echo '</div>' . "\n";
require './libraries/footer_custom.inc.php'; require './libraries/footer_custom.inc.php';
echo '</div>' . "\n" echo ' </body>' . "\n"
. ' </body>' . "\n"
. '</html>'; . '</html>';
exit(); exit();
} }
@@ -233,10 +233,10 @@ if (uname.value == '') {
} }
//--> //-->
</script> </script>
</div>
<?php require './libraries/footer_custom.inc.php'; ?> <?php require './libraries/footer_custom.inc.php'; ?>
</div>
</body> </body>
</html> </html>