1
0
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:
jakubvrana
2007-07-11 14:20:51 +00:00
parent 58178ab215
commit 29a4b42699
2 changed files with 3 additions and 0 deletions

View File

@@ -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>

View File

@@ -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)) {