Integrate homepage link

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@210 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2007-07-17 09:54:00 +00:00
parent a5aa1008f2
commit 4d61cedf46
2 changed files with 1 additions and 4 deletions

View file

@ -39,7 +39,7 @@ function page_footer($missing = false) {
</div>
<div id="menu">
<h1><a href="<?php echo (strlen($SELF) > 1 ? htmlspecialchars(substr($SELF, 0, -1)) : "."); ?>"><?php echo lang('phpMinAdmin'); ?></a></h1>
<h1><a href="<?php echo ($missing == "auth" ? "http://phpminadmin.sourceforge.net" : (strlen($SELF) > 1 ? htmlspecialchars(substr($SELF, 0, -1)) : ".")); ?>"><?php echo lang('phpMinAdmin'); ?></a></h1>
<?php switch_lang(); ?>
<?php if ($missing != "auth") { ?>
<p>
@ -79,8 +79,6 @@ function page_footer($missing = false) {
echo '<p><a href="' . htmlspecialchars($SELF) . 'create=">' . lang('Create new table') . "</a></p>\n";
$result->free();
}
} else {
echo "<p><a href='http://phpminadmin.sourceforge.net'>" . lang('phpMinAdmin homepage') . "</a></p>\n";
}
?>
</div>

View file

@ -106,7 +106,6 @@ function lang($idf = null, $number = null) {
'Session expired, please login again.' => 'Session vypršela, přihlašte se prosím znovu.',
'Text length' => 'Délka textů',
'Syntax highlighting' => 'Zvýrazňování syntaxe',
'phpMinAdmin homepage' => 'Domácí stránka phpMinAdmin',
'Foreign key has been dropped.' => 'Cizí klíč byl odstraněn.',
'Foreign key has been altered.' => 'Cizí klíč byl změněn.',
'Foreign key has been created.' => 'Cizí klíč byl vytvořen.',