mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 18:14:07 +02:00
Link to homepage
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@51 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -13,7 +13,6 @@ BODY { color: Black; background-color: White; }
|
|||||||
A { color: Blue; }
|
A { color: Blue; }
|
||||||
A:visited { color: Navy; }
|
A:visited { color: Navy; }
|
||||||
H1 { font-size: 150%; margin: 0; }
|
H1 { font-size: 150%; margin: 0; }
|
||||||
H1 A { color: Black; }
|
|
||||||
H2 { font-size: 150%; margin-top: 0; }
|
H2 { font-size: 150%; margin-top: 0; }
|
||||||
.error { color: Red; }
|
.error { color: Red; }
|
||||||
.message { color: Green; }
|
.message { color: Green; }
|
||||||
@@ -25,7 +24,7 @@ H2 { font-size: 150%; margin-top: 0; }
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="menu">
|
<div id="menu">
|
||||||
<h1><a href="<?php echo htmlspecialchars(substr($SELF, 0, -1)); ?>"><?php echo lang('phpMinAdmin'); ?></a></h1>
|
<h1><a href="<?php echo (strlen($SELF) > 1 ? htmlspecialchars(substr($SELF, 0, -1)) : "."); ?>"><?php echo lang('phpMinAdmin'); ?></a></h1>
|
||||||
<?php switch_lang(); ?>
|
<?php switch_lang(); ?>
|
||||||
<?php if ($missing != "auth") { ?>
|
<?php if ($missing != "auth") { ?>
|
||||||
<p>
|
<p>
|
||||||
|
Reference in New Issue
Block a user