Default Settings: Add window title.
This commit is contained in:
parent
0d09799238
commit
92144b1f8a
|
|
@ -137,6 +137,7 @@
|
|||
$token = $object->create($_SERVER['PHP_SELF']);
|
||||
|
||||
//include the header
|
||||
$document['title'] = $text['title-default_settings'];
|
||||
require_once "resources/header.php";
|
||||
|
||||
//copy settings javascript
|
||||
|
|
|
|||
Loading…
Reference in New Issue