Author: weaverryan
Date: 2010-02-09 04:52:26 +0100 (Tue, 09 Feb 2010)
New Revision: 27772
Modified:
plugins/sfSympalBlogPlugin/branches/1.4/modules/sympal_blog/templates/_blog_list.php
Log:
[1.4][sfSympalBlogPlugin][1.0] Changing the date format to read from a new
configuration option I just added
Modified:
plugins/sfSympalBlogPlugin/branches/1.4/modules/sympal_blog/templates/_blog_list.php
===================================================================
---
plugins/sfSympalBlogPlugin/branches/1.4/modules/sympal_blog/templates/_blog_list.php
2010-02-09 03:13:07 UTC (rev 27771)
+++
plugins/sfSympalBlogPlugin/branches/1.4/modules/sympal_blog/templates/_blog_list.php
2010-02-09 03:52:26 UTC (rev 27772)
@@ -8,7 +8,7 @@
<p class="date">
<strong>
Posted by <?php echo $content->CreatedBy->getName() ?> on
- <?php echo format_datetime($content->date_published) ?>
+ <?php echo format_datetime($content->date_published,
sfSympalConfig::get('date_published_format')) ?>
</strong>
</p>
<p class="teaser"><?php echo $content->getRecord()->getTeaser() ?>
<strong><small>[<?php echo link_to('read more', $content->getRoute())
?>]</small></strong></p>
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.