<link rel="icon" href="images/icons/favicon.ico" type="image/x-icon" />
<?php
- if($download_file) {
+ if (isset($download_file)) {
echo "<meta http-equiv=\"Refresh\" content=\"0.5; url=downloads/$download_file\" />";
}
?>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
+ <?php
+ if (empty($thisPage)) {
+ $thisPage = null;
+ }
+ ?>
<section class="top-bar-section">
<ul class="right">
<li<?php if ($thisPage=="process") echo " class=\"active\""; ?>><a href="process.php">Process</a></li>