mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 01:24:17 +02:00
Format actual version
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@702 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -61,8 +61,9 @@ function page_footer($missing = false) {
|
||||
|
||||
<?php switch_lang(); ?>
|
||||
<div id="menu">
|
||||
<h1><a href="http://www.adminer.org/"><?php echo lang('Adminer'); ?></a> <?php echo $VERSION; ?></h1>
|
||||
<div class="version"><a href='http://www.adminer.org/#download' id="version"><?php echo (version_compare($VERSION, $_COOKIE["adminer_version"]) < 0 ? htmlspecialchars($_COOKIE["adminer_version"]) : ""); ?></a></div>
|
||||
<h1><a href="http://www.adminer.org/" class="h1"><?php echo lang('Adminer'); ?></a> <?php echo $VERSION; ?>
|
||||
<a href='http://www.adminer.org/#download' id="version"><?php echo (version_compare($VERSION, $_COOKIE["adminer_version"]) < 0 ? htmlspecialchars($_COOKIE["adminer_version"]) : ""); ?></a>
|
||||
</h1>
|
||||
<?php if ($missing != "auth") { ?>
|
||||
<form action="" method="post">
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user