mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 03:24:01 +02:00
Separate <h1> and version
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@980 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -62,9 +62,8 @@ function page_footer($missing = false) {
|
||||
|
||||
<?php switch_lang(); ?>
|
||||
<div id="menu">
|
||||
<h1><a href="http://www.adminer.org/" class="h1"><?php echo $adminer->name(); ?></a> <?php echo $VERSION; ?>
|
||||
<a href="http://www.adminer.org/#download" id="version"><?php echo (version_compare($VERSION, $_COOKIE["adminer_version"]) < 0 ? h($_COOKIE["adminer_version"]) : ""); ?></a>
|
||||
</h1>
|
||||
<div class="version"><?php echo $VERSION; ?> <a href="http://www.adminer.org/#download" id="version"><?php echo (version_compare($VERSION, $_COOKIE["adminer_version"]) < 0 ? h($_COOKIE["adminer_version"]) : ""); ?></a></div>
|
||||
<h1><a href="http://www.adminer.org/"><?php echo $adminer->name(); ?></a></h1>
|
||||
<?php $adminer->navigation($missing); ?>
|
||||
</div>
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user