Skip to content

Instantly share code, notes, and snippets.

@kikegarcia
Created December 13, 2013 12:07
Show Gist options
  • Save kikegarcia/7943354 to your computer and use it in GitHub Desktop.
Save kikegarcia/7943354 to your computer and use it in GitHub Desktop.
removing shop title from home or other pages - Prestashop
{assign var=shop_name_to_trim value=" - $shop_name"}
<title>{$meta_title|replace:$shop_name_to_trim:''|escape:'htmlall':'UTF-8'}</title>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment