1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 18:30:53 +02:00

Update hero_menu.php

This commit is contained in:
Gábor
2021-02-21 11:13:21 +01:00
committed by GitHub
parent 44a7d5f94e
commit f3742ef52f

View File

@@ -22,6 +22,6 @@ if(deftrue('e_FRONTPAGE'))
}
elseif(ADMIN)
{
$text = "<div class='alert alert-danger'>".LAN_HERO_ALERT_DANGER."</div>";
$text = "<div class='alert alert-danger'>".LAN_HERO_MENU_001."</div>";
e107::getRender()->tablerender(null, $text,'hero-menu');
}