Jiten rash (away) Posted May 17, 2013 Share Posted May 17, 2013 hello guys see here m facing a big problem i have put title on pages including error and all pages products..but they are not working only shop name is showing in all the pages. Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted May 17, 2013 Author Share Posted May 17, 2013 i solved it my self Link to comment Share on other sites More sharing options...
vekia Posted May 17, 2013 Share Posted May 17, 2013 hello thanks for the information that the problem is solved, if it is possible - please write what was wrong and how you fixed it. im going to mark this thread as solved regards Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted May 17, 2013 Author Share Posted May 17, 2013 i once changed changed <meta> tags from header.tpl from original to manual <title>{$meta_title|escape:'htmlall':'UTF-8'}</title> {if isset($meta_description) AND $meta_description} <meta name="description" content="{$meta_description|escape:html:'UTF-8'}" /> {/if} {if isset($meta_keywords) AND $meta_keywords} <meta name="keywords" content="{$meta_keywords|escape:html:'UTF-8'}" /> {/if} <title>title</title> <meta name="description" content="description" /> <meta name="keywords" content="keywords" /> changed back Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now