3133 - Отключение sitemap.xml страниц на анг.

parent e552b410
<?php <?php
/* @var $this yii\web\View */ /* @var $this yii\web\View */
use common\modules\content\models\CoBlocks;
$block = CoBlocks::find()->where(['name' => 'error-404'])->one();
echo $block->lang->text;
echo $this->render('@app/views/layouts/footer');
echo $content; echo $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