Menu Manager: Add window title.
This commit is contained in:
parent
0c4344e993
commit
c1689920d5
|
|
@ -112,6 +112,7 @@
|
|||
$token = $object->create($_SERVER['PHP_SELF']);
|
||||
|
||||
//include the header
|
||||
$document['title'] = $text['title-menus'];
|
||||
require_once "resources/header.php";
|
||||
|
||||
//show the content
|
||||
|
|
|
|||
Loading…
Reference in New Issue