Removing title and date

This commit is contained in:
Justin Walsh 2013-07-30 09:11:07 -05:00
parent be399baea3
commit 5ff6a25883
2 changed files with 4 additions and 20 deletions

View File

@ -184,24 +184,7 @@ if ($homepage && $homepage_url !== '/') {
<div class="homepage-content container-fluid">
<div class="container">
<div class="row">
<div class="span10 offset1">
<?php if($options['date_modified'] && isset($page['modified'])) { ?>
<div class="page-header sub-header">';
<h1><?php echo $page['title'];?></h1>';
<span style="float: left; font-size: 10px; color: gray;">';
<?php date("l, F j, Y", $page['modified']);?>
</span>
<span style="float: right; font-size: 10px; color: gray;">';
<?php date ("g:i A", $modified);?>
</span>
</div>
<?php } else { ?>
<div class="page-header">';
<h1><?php echo $page['title'];?></h1>
</div>
<?php } ?>
<div class="span10 offset1">
<?php echo $page['html'];?>
</div>
</div>

View File

@ -1,6 +1,7 @@
<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);
// Enable for debugging
// ini_set('display_errors', 1);
// error_reporting(E_ALL);
/*
* WARNING: DO NOT EDIT THIS FILE.