make use of PMA_Message
This commit is contained in:
@@ -53,7 +53,7 @@ if (empty($GLOBALS['is_header_sent'])) {
|
|||||||
// note: here, the decoration won't work because without cookies,
|
// note: here, the decoration won't work because without cookies,
|
||||||
// our standard CSS is not operational
|
// our standard CSS is not operational
|
||||||
if (empty($_COOKIE)) {
|
if (empty($_COOKIE)) {
|
||||||
echo '<div class="notice">' . $GLOBALS['strCookiesRequired'] . '</div>' . "\n";
|
PMA_Message::notice('strCookiesRequired')->display();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!defined('PMA_DISPLAY_HEADING')) {
|
if (!defined('PMA_DISPLAY_HEADING')) {
|
||||||
|
Reference in New Issue
Block a user