Jump to content

Add sign to all meta titles


Recommended Posts

Hello,

 

Right now, I am using this code for removeing shop name from url:

{assign var=shop_name_to_remove value = " - $shop_name"}
<title>{$meta_title|replace:$shop_name_to_remove:''|escape:'htmlall':'UTF-8'}</title>

Now I would like to add something in front of the meta title. How do I do that?

 

Eg.

 

"This is my meta title"

 

shoud be:

 

"→ This is my meta title"

 

So I want to add this part "→" in front of every meta titles. Is there a way to do that?

 

EDIT: The arrow can be found here: http://character-code.com/arrows-html-codes.php

Edited by shinetech.dk (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...