mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 10:04:07 +02:00
Link to homepage
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@133 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -74,6 +74,8 @@ 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>
|
||||
|
@@ -106,6 +106,7 @@ 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',
|
||||
),
|
||||
);
|
||||
if (!isset($idf)) {
|
||||
|
Reference in New Issue
Block a user