1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Css formatting.

This commit is contained in:
Jonathan.Wage 2007-09-11 22:01:50 +00:00
parent 4c14fb62c2
commit e7c3c9b333

View File

@ -1,9 +1,11 @@
<?php use_helper('Date'); ?>
<div class="content" id="blog_post">
<h1><?php echo $blogPost->getName(); ?></h1>
<h3>Posted <?php echo distance_of_time_in_words(strtotime($blogPost->getCreatedAt())); ?> ago.</h3>
<p><?php echo $blogPost->getBody(); ?></p>
</div>
<?php slot('right'); ?>
<input type="button" name="back_to_blog" value="Back to Blog" onClick="javascript: location.href = '<?php echo url_for('@blog'); ?>';" />