Skip to content

Commit

Permalink
Missed a file: this is part of adding the Pages functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Errol Siegel committed Aug 27, 2009
1 parent b6d0c7b commit 594c970
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/helpers/base_helper.rb
Expand Up @@ -117,6 +117,10 @@ def page_title
case @controller.controller_name
when 'base'
title += tagline
when 'pages'
if @page and @page.title
title = @page.title + ' » ' + app_base + tagline
end
when 'posts'
if @post and @post.title
title = @post.title + ' » ' + app_base + tagline
Expand Down

0 comments on commit 594c970

Please sign in to comment.