From 6f8368dba0031fad9dc18eb04e6a507d92ae2376 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Wed, 3 Oct 2012 12:58:15 +0000 Subject: [PATCH] [-] MO : stupid code removed in editorial module template #PNM-467 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17720 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/editorial/editorial.tpl | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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}{$editorial->body_title|escape:'htmlall':'UTF-8'|stripslashes}{/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}