Commit dc880976 authored by Shakarim Sapa's avatar Shakarim Sapa

- Test

parent 41b84ba3
...@@ -158,6 +158,6 @@ class CoContentLang extends \common\components\ActiveRecordModel ...@@ -158,6 +158,6 @@ class CoContentLang extends \common\components\ActiveRecordModel
$arrReplaceNext[] = \Yii::$app->getView()->render('@app/views/layouts/footer-index'); $arrReplaceNext[] = \Yii::$app->getView()->render('@app/views/layouts/footer-index');
$content = str_replace($arrWhatReplaceNext, $arrReplaceNext,str_replace($arrWhatReplace, $arrReplace, $content)); $content = str_replace($arrWhatReplaceNext, $arrReplaceNext,str_replace($arrWhatReplace, $arrReplace, $content));
return str_replace('{o-kompanii-data-centr}', 'asd', $content); return strtr('{o-kompanii-data-centr}', 'asd', $content);
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment