-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from roothaan/develop
Release 2017.08.27
- Loading branch information
Showing
29 changed files
with
302 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,23 @@ | ||
<?php | ||
ob_start(); | ||
require_once 'admin/paths.php'; | ||
require_once 'init.php'; | ||
|
||
if(!isset($noHeaderFooter[$urlArray[0]])) { | ||
if(JotihuntUtils::hasHeaderOrFooter()) { | ||
require_once BASE_DIR . 'header.php'; | ||
echo '<div id="page"><div id="content">'; | ||
} else if ($noHeaderFooter[$urlArray[0]] == 1) { | ||
echo '<div class="noHeaderFooter"><div id="page"><div id="content">'; | ||
} | ||
|
||
define('opoiLoaded',true); | ||
|
||
if(isset($paths[$urlArray[0]])) { | ||
require_once $paths[$urlArray[0]]; | ||
if(defined('JH_PATH')) { | ||
require_once JH_PATH; | ||
} else { | ||
header("HTTP/1.0 404 Not Found"); | ||
echo '404 - Deze pagina is helaas niet gevonden.'; | ||
} | ||
|
||
if(!isset($noHeaderFooter[$urlArray[0]])) { | ||
if(JotihuntUtils::hasHeaderOrFooter()) { | ||
echo '</div></div>'; | ||
require_once BASE_DIR . 'footer.php'; | ||
} else if ($noHeaderFooter[$urlArray[0]] == 1) { | ||
echo '</div></div></div>'; | ||
} | ||
ob_end_flush(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.