Add header to monitor view

This commit is contained in:
Kyle Johnson 2014-11-02 00:48:21 +00:00
parent 23b367614b
commit 1f8d2d3b77
1 changed files with 4 additions and 1 deletions

View File

@ -418,7 +418,10 @@ $fastblendopts_alarm = array(
xhtmlHeaders(__FILE__, $SLANG['Monitor']." - ".validHtmlStr($monitor['Name']) );
?>
<body>
<div id="page">
<?php include("header.php"); ?>
<div class="container-fluid">
<div id="header">
<?php
if ( canEdit( 'Monitors' ) )