Added header to the timeline view

This commit is contained in:
Kyle Johnson 2014-11-11 14:33:35 +00:00
parent 09282045c6
commit 1c046a7afd
1 changed files with 4 additions and 1 deletions

View File

@ -802,7 +802,10 @@ $focusWindow = true;
xhtmlHeaders(__FILE__, $SLANG['Timeline'] );
?>
<body>
<div id="page">
<?php include("header.php"); ?>
<div class="container-fluid">
<div id="header">
<div id="headerButtons">
<?= makePopupLink( '?view=events&amp;page=1'.htmlspecialchars($filterQuery), 'zmEvents', 'events', $SLANG['List'], canView( 'Events' ) ) ?>