Author: weaverryan
Date: 2010-02-07 21:47:02 +0100 (Sun, 07 Feb 2010)
New Revision: 27671
Modified:
plugins/sfSympalBlogPlugin/branches/1.4/modules/sympal_blog/templates/monthSuccess.php
Log:
[1.4][sfSympalBlogPlugin][1.0] Adding a page title
Modified:
plugins/sfSympalBlogPlugin/branches/1.4/modules/sympal_blog/templates/monthSuccess.php
===================================================================
---
plugins/sfSympalBlogPlugin/branches/1.4/modules/sympal_blog/templates/monthSuccess.php
2010-02-07 20:46:20 UTC (rev 27670)
+++
plugins/sfSympalBlogPlugin/branches/1.4/modules/sympal_blog/templates/monthSuccess.php
2010-02-07 20:47:02 UTC (rev 27671)
@@ -1,6 +1,6 @@
<?php use_stylesheet('/sfSympalBlogPlugin/css/blog.css', 'first') ?>
-
<?php echo get_sympal_breadcrumbs($menuItem, $date = date('M Y',
strtotime($month.'/01/'.$year))) ?>
+<?php $sf_response->setTitle('Posts for the month of ' . $date) ?>
<div id="sympal_blog">
<div class="list">
--
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.