Move a misplaced php bracket.
Was causing the page title to not be set.
This commit is contained in:
parent
1cd7f50e1b
commit
c238b0c10a
|
@ -1,6 +1,6 @@
|
||||||
<?php function xhtmlHeaders( $file, $title ) {
|
<?php function xhtmlHeaders( $file, $title ) {
|
||||||
extract( $GLOBALS, EXTR_OVERWRITE );
|
extract( $GLOBALS, EXTR_OVERWRITE );
|
||||||
} ?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" ng-app="ZoneMinder">
|
<html lang="en" ng-app="ZoneMinder">
|
||||||
<head>
|
<head>
|
||||||
|
@ -23,3 +23,4 @@
|
||||||
<script type="text/javascript" src="skins/bootstrap/js/jquery-2.1.1.min.js"></script>
|
<script type="text/javascript" src="skins/bootstrap/js/jquery-2.1.1.min.js"></script>
|
||||||
<script type="text/javascript" src="skins/bootstrap/js/bootstrap.min.js"></script>
|
<script type="text/javascript" src="skins/bootstrap/js/bootstrap.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
<?php } ?>
|
||||||
|
|
Loading…
Reference in New Issue