Sehe dieser
Das Problem mit der Startseite wurde gerade gelöst, hattest 1 Sekunde zu früh aufgelegt
\includes\classes\Smarty_3\cseo_plugins\function.index_html.phpNach:
Code} elseif(CONTENT_ID > 0 && strstr($_SERVER['REQUEST_URI'], FILENAME_SHOPPING_CART) === false && strstr($_SERVER['REQUEST_URI'], FILENAME_WISH_LIST) === false) { $co = xtc_db_fetch_array(xtc_db_query("SELECT content_col_".$type." FROM content_manager WHERE content_group = '".intval(CONTENT_ID)."'")); if($co['content_col_'.$type] == '1') { $show = true; }folgendes rein:
Code} elseif($_GET['coID'] == 5 && strstr($_SERVER['REQUEST_URI'], FILENAME_SHOPPING_CART) === false && strstr($_SERVER['REQUEST_URI'], FILENAME_WISH_LIST) === false) { $co = xtc_db_fetch_array(xtc_db_query("SELECT content_col_".$type." FROM content_manager WHERE content_group = '5'")); if($co['content_col_'.$type] == '1') { $show = true; }Ein hinweis am Rande, im fluid greift derzeit diese Einstellung gar nicht! Ausserdem kann die Footer Box generell NICHT mehr ausgeblendet werden, da u. a. Trusted Shops die Informationen zu Lieferung Versand ... IMMER haben will, also auch im Checkout.