rakeem Posted April 13, 2012 Share Posted April 13, 2012 Hallo, jetzt hab ich alle Versionen versucht um den Shop-Namen am Ende vom Titel der Startseite wegzubekommen. Hab 1.3.1 German Edition. Ich denke mal dieser Schnipsel müsste verantwortlich sein in der /clasess/tools.php static public function getHomeMetaTags($id_lang) { global $cookie, $page_name; /* Metas-tags */ $metas = Meta::getMetaByPage($page_name, $id_lang); $ret['meta_title'] = (isset($metas['title']) AND $metas['title']) ? $metas['title'].' - '.Configuration::get('PS_SHOP_NAME') : Configuration::get('PS_SHOP_NAME'); $ret['meta_description'] = (isset($metas['description']) AND $metas['description']) ? $metas['description'] : ''; $ret['meta_keywords'] = (isset($metas['keywords']) AND $metas['keywords']) ? $metas['keywords'] : ''; return $ret; } Hat jemand ne Idee? Link to comment Share on other sites More sharing options...
rakeem Posted April 13, 2012 Author Share Posted April 13, 2012 Hat keiner den Shopnamen aus dem Titel entfernt als er die 1.3 drauf hatte??? Link to comment Share on other sites More sharing options...
guest* Posted April 14, 2012 Share Posted April 14, 2012 Ich glaube es ist einfacher du frägst im Forum der German Edition. Hier bewegen sich User die fast ausschließlich die aktuelleren Versionen ab 1.4. nutzen. Ich habe auch keine 1.3. mehr auf dem Testserver, so dass ich dir da weiterhelfen kann. Link to comment Share on other sites More sharing options...
rakeem Posted April 14, 2012 Author Share Posted April 14, 2012 Welches Forum meinst du genau? Link? Link to comment Share on other sites More sharing options...
guest* Posted April 14, 2012 Share Posted April 14, 2012 Dort von wo du deine Shopsoftware hast - prestashop-deutschland, bzw. homepage-community.de (forum-Seite) 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