Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
вижу - а что нужно делать с ними?
файл удаляй проблема в строчке $res .= "<meta name=\"Description\" content=\"".str_replace("\"",""",$meta_descri ption)."\">\n"; пробел видиш?
сделал так
if ( $meta_description != "" )
$res .= "<meta name=\"Description\" content=\"".str_replace("\"",";",$meta_descri ption)."\">\n";
if ( $meta_keywords != "" )
$res .= "<meta name=\"KeyWords\" content=\"".str_replace("\"",";",$meta_keywor ds)."\" >\n";
и опять вылазит:
Parse error: syntax error, unexpected T_STRING in /usr/home/compshop/data/www/etm.com.ua/core_functions/product_functions.php on line 1157
да - я не то исправил!
переделал - все работает отлично!!!