mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-05 21:09:28 +00:00
checks whether the user wants to fetch content or the news
This commit is contained in:
@@ -12,7 +12,8 @@ $this->load->view('templates/FHC-Header', $includesArray);
|
||||
?>
|
||||
|
||||
<div id="cms">
|
||||
<?= $content; ?>
|
||||
<?php echo (isset($content) ? $content : '<content/>'); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php $this->load->view('templates/FHC-Footer', $includesArray); ?>
|
||||
|
||||
@@ -12,7 +12,7 @@ $this->load->view('templates/CISHTML-Header', $includesArray);
|
||||
?>
|
||||
|
||||
<div id="cms">
|
||||
<content />
|
||||
<?php echo (isset($content) ? $content : '<content/>'); ?>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ $this->load->view('templates/CISVUE-Header', $includesArray);
|
||||
?>
|
||||
|
||||
<div id="cms">
|
||||
<?= $content; ?>
|
||||
<?php echo (isset($content) ? $content : '<content/>'); ?>
|
||||
</div>
|
||||
|
||||
<?php $this->load->view('templates/CISVUE-Footer', $includesArray); ?>
|
||||
|
||||
Reference in New Issue
Block a user