View file vkclone-0.0.1/protected/modules/admin/views/layouts/clean.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title><?= CHtml::encode($this->pageTitle) ?></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <?php Yii::app()->bootstrap->register(); ?> </head> <body> <div class="container"> <?= $content ?> </div> <!-- /container --> </body> </html>