diff --git a/src/app/frontend/views/index.php b/src/app/frontend/views/index.php index 557774b..ccf6801 100644 --- a/src/app/frontend/views/index.php +++ b/src/app/frontend/views/index.php @@ -8,7 +8,7 @@ if (preg_match("/page/i", $_SERVER['REQUEST_URI']) && !preg_match("/prof_tips/i", $_SERVER['REQUEST_URI'])) { echo "seoUrl->setUrl($this->url->get($page_url_for_sort['3']))."?all=1'>"; } - if (preg_match("/sort-/i", $_SERVER['REQUEST_URI'])) { + if (preg_match("/sort-/i", $_SERVER['REQUEST_URI']) && !isset($seo) && empty($seo)) { echo ""; } ?> -- libgit2 0.21.4