rhopress/yii2-rhopress

View on GitHub
views/layouts/article/main.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 *  _   __ __ _____ _____ ___  ____  _____
 * | | / // // ___//_  _//   ||  __||_   _|
 * | |/ // /(__  )  / / / /| || |     | |
 * |___//_//____/  /_/ /_/ |_||_|     |_|
 * @link http://vistart.name/
 * @copyright Copyright (c) 2016 vistart
 * @license http://vistart.name/license/
 */
/* @var $this yii\web\View */
$this->title = 'ρ.press lite';
?>
<?php $this->beginContent('@app/views/layouts/site/main.php') ?>
<?= $content ?>
<?php $this->endContent() ?>