strWelcome

This commit is contained in:
Marc Delisle
2001-11-02 18:54:17 +00:00
parent c768ebf9ff
commit 04fffbe6a5
31 changed files with 33 additions and 31 deletions

View File

@@ -39,7 +39,7 @@ echo "\n";
* Displays the welcome message and the server informations
*/
?>
<h1><?php echo $strWelcome . ' phpMyAdmin ' . PHPMYADMIN_VERSION; ?></h1>
<h1><?php echo sprintf($strWelcome, ' phpMyAdmin ' . PHPMYADMIN_VERSION); ?></h1>
<?php
// Don't display server info if $server == 0 (no server selected)