mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 10:50:25 +02:00
Update hero_menu.php
This commit is contained in:
@@ -22,6 +22,6 @@ if(deftrue('e_FRONTPAGE'))
|
|||||||
}
|
}
|
||||||
elseif(ADMIN)
|
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');
|
e107::getRender()->tablerender(null, $text,'hero-menu');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user