Removing title and date
This commit is contained in:
parent
be399baea3
commit
5ff6a25883
17
index.php
17
index.php
@ -185,23 +185,6 @@ if ($homepage && $homepage_url !== '/') {
|
||||
<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 } ?>
|
||||
<?php echo $page['html'];?>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user