Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
PARENTHESIS ARE IMPORTANT OKAY
Browse files Browse the repository at this point in the history
  • Loading branch information
Fauxil Fox committed Jun 11, 2018
1 parent d382fcb commit a244a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Page/Header/header.inc.php
Expand Up @@ -89,7 +89,7 @@
<body>
<?php require REAL_ROOTDIR."src/Page/Navigation/navbar.inc.php"; ?>
<div class="container">
<?php if (Controller::isDevelMode() && !array_key_exists("last_news", $_COOKIE) || $_COOKIE["last_news"] != Values::NEWEST_NEWS_ID): ?>
<?php if (Controller::isDevelMode() && (!array_key_exists("last_news", $_COOKIE) || $_COOKIE["last_news"] != Values::NEWEST_NEWS_ID)): ?>
<div class="news">
<p class="no-margin">
<span class="flow-text">
Expand Down

0 comments on commit a244a5f

Please sign in to comment.