diff --git a/modules/editorial/editorial.tpl b/modules/editorial/editorial.tpl
index ea715947b..6161e9a56 100644
--- a/modules/editorial/editorial.tpl
+++ b/modules/editorial/editorial.tpl
@@ -30,11 +30,8 @@
{if $homepage_logo}
{/if}
{if $editorial->body_home_logo_link}{/if}
{if $editorial->body_logo_subheading}
{$editorial->body_logo_subheading|stripslashes}
{/if}
- {if $editorial->body_title}{$editorial->body_title|stripslashes}
- {elseif $editorial->body_title}{$editorial->body_title|stripslashes}
{/if}
- {if $editorial->body_subheading}{$editorial->body_subheading|stripslashes}
- {elseif $editorial->body_subheading}{$editorial->body_subheading|stripslashes}
{/if}
- {if $editorial->body_paragraph}{$editorial->body_paragraph|stripslashes}
- {elseif $editorial->body_paragraph}{$editorial->body_paragraph|stripslashes}
{/if}
+ {if $editorial->body_title}{$editorial->body_title|stripslashes}
{/if}
+ {if $editorial->body_subheading}{$editorial->body_subheading|stripslashes}
{/if}
+ {if $editorial->body_paragraph}{$editorial->body_paragraph|stripslashes}
{/if}