Author: weaverryan
Date: 2010-02-08 01:22:07 +0100 (Mon, 08 Feb 2010)
New Revision: 27686
Modified:
plugins/sfSympalBlogPlugin/branches/1.4/modules/sympal_blog/lib/Basesympal_blogActions.class.php
Log:
[1.4][sfSympalBlogPlugin][1.0] Modifying breadcrumb - it looks a little bit
more like a category this way.
Modified:
plugins/sfSympalBlogPlugin/branches/1.4/modules/sympal_blog/lib/Basesympal_blogActions.class.php
===================================================================
---
plugins/sfSympalBlogPlugin/branches/1.4/modules/sympal_blog/lib/Basesympal_blogActions.class.php
2010-02-08 00:11:54 UTC (rev 27685)
+++
plugins/sfSympalBlogPlugin/branches/1.4/modules/sympal_blog/lib/Basesympal_blogActions.class.php
2010-02-08 00:22:07 UTC (rev 27686)
@@ -45,8 +45,8 @@
$this->pager =
Doctrine::getTable('sfSympalTag')->retrieveContentByTag('sfSympalBlogPost',
$tag);
$this->content = $this->pager->getResults();
- $this->breadcrumbsTitle = sprintf('Posts tagged with "%s"', $tag);
- $this->title = $this->breadcrumbsTitle;
+ $this->breadcrumbsTitle = $tag;
+ $this->title = sprintf('Posts tagged with "%s"', $tag);
$this->setTemplate('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.