Move a misplaced php bracket.

Was causing the page title to not be set.
This commit is contained in:
Kyle Johnson 2015-01-12 23:29:20 -05:00
parent 1cd7f50e1b
commit c238b0c10a
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php function xhtmlHeaders( $file, $title ) {
extract( $GLOBALS, EXTR_OVERWRITE );
} ?>
?>
<!DOCTYPE html>
<html lang="en" ng-app="ZoneMinder">
<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/bootstrap.min.js"></script>
</head>
<?php } ?>