Commit 666a04b5 authored by Shakarim Sapa's avatar Shakarim Sapa

- Test

parent ad77f78e
...@@ -157,7 +157,6 @@ class CoContentLang extends \common\components\ActiveRecordModel ...@@ -157,7 +157,6 @@ class CoContentLang extends \common\components\ActiveRecordModel
$arrWhatReplaceNext[] = '[footer-index]'; $arrWhatReplaceNext[] = '[footer-index]';
$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)); return str_replace($arrWhatReplaceNext, $arrReplaceNext,str_replace($arrWhatReplace, $arrReplace, $content));
return strtr($content, ['{o-kompanii-data-centr}' => 'asd']);
} }
} }
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