diff --git a/frontend/views/catalog/products.php b/frontend/views/catalog/products.php index eb440b1..a87181f 100755 --- a/frontend/views/catalog/products.php +++ b/frontend/views/catalog/products.php @@ -39,13 +39,6 @@ $this->registerJsFile(Yii::getAlias('@web/js/ion.rangeSlider.js'),[ 'position' => View::POS_END, 'depends' => ['yii\web\JqueryAsset'] ]); - - -function my_mb_ucfirst($str) { - $str = strtolower($str); - $fc = mb_strtoupper(mb_substr($str, 0, 1)); - return $fc.mb_substr($str, 1); -} ?>