// SET GOOD CANONICAL URLS IN ZOO PAGINATION: removing /frontpage/2 and /category/2 $doc = JFactory::getDocument(); $uri_src = JUri::getInstance(); if( JRequest::getVar('option') == 'com_zoo' && (JRequest::getVar('view') == 'frontpage' || JRequest::getVar('view') == 'category' || JRequest::getVar('page')) ){ //clean text in URL $myuri = str_replace( array('/frontpage/', '/category/'), '/', $uri_src); //removing data from URL //clean pagination in URL $myuriPos = strripos($myuri, '/'); $myuriLast = substr($myuri, ($myuriPos+1)); if( is_numeric( $myuriLast ) ){ // if this is pagination page $myuri = substr($myuri, 0, $myuriPos); } //removing canonical link foreach ($doc->_links as $k => $array) if($array['relation'] == 'canonical') unset($doc->_links[$k]); //add GOOD canonical link $doc->addHeadLink($myuri, 'canonical', 'rel', ''); } // REDIRECT FROM BAD ZOO PAGINATION: /frontpage/2 and /category/2 if( stristr($uri_src, '/category/') || stristr($uri_src, '/frontpage/') ){ $myuri = str_replace( array('/frontpage/', '/category/'), '/', $uri_src); //removing data from URL header("Location: " . $myuri, TRUE, 301); die(); }?>

Ура!!!!
Только вчера наши щенки Алмон Тибет Вальтер и Алмон Тибет Бэлла приехали в новый дом в Ташкенте, а сегодня они уже приняли участие в выставке и Вальтер занял первое место! Мы очень рады! Поздравляем нового владельца, Георгия!
Hooray!!!!
Just yesterday our puppies Almon Tibet Walter and Almon Tibet Bell arrived at the new house in Tashkent, and today they have already participated in the exhibition and Walter took first place! We are very happy! Congratulations to the new owner, George!Ура!!!!
Только вчера наши щенки Алмон Тибет Вальтер и Алмон Тибет Бэлла приехали в новый дом в Ташкенте, а сегодня они уже приняли участие в выставке и Вальтер занял первое место! Мы очень рады! Поздравляем нового владельца, Георгия!
Hooray!!!!
Just yesterday our puppies Almon Tibet Walter and Almon Tibet Bell arrived at the new house in Tashkent, and today they have already participated in the exhibition and Walter took first place! We are very happy! Congratulations to the new owner, George!


