Skip to content

Commit

Permalink
*5792* Journal setting to hide breadcrumbs and title from homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrider committed Aug 23, 2010
1 parent d0e7547 commit a0dcbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/common/header.tpl
Expand Up @@ -129,9 +129,9 @@
<div id="main">
{include file="common/navbar.tpl"}
{include file="common/breadcrumbs.tpl"}
{if !$hideBreadcrumbOnHomepage}{include file="common/breadcrumbs.tpl"}{/if}
<h2>{$pageTitleTranslated}</h2>
{if !$hideTitleOnHomepage} <h2>{$pageTitleTranslated}</h2> {/if}
{if $pageSubtitle && !$pageSubtitleTranslated}{translate|assign:"pageSubtitleTranslated" key=$pageSubtitle}{/if}
{if $pageSubtitleTranslated}
Expand Down

0 comments on commit a0dcbbf

Please sign in to comment.