Changeset 1673
- Timestamp:
- 03/06/08 06:43:27 (2 months ago)
- Files:
-
- trunk/app/helpers/content_helper.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/helpers/content_helper.rb
r1671 r1673 34 34 def page_title 35 35 blog_name = this_blog.blog_name || "Typo" 36 if @page_title.blank?36 if !@page_title.blank? 37 37 # this is where the page title prefix (string) should go 38 38 (this_blog.title_prefix == 1 ? blog_name + " : " : '') + @page_title + (this_blog.title_prefix == 2 ? " : " + blog_name : '')
