%PDF- %PDF-
Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/twofa/views/layouts/ |
Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/twofa/views/layouts/main.php |
<?php /** * @link https://www.humhub.org/ * @copyright Copyright (c) 2020 HumHub GmbH & Co. KG * @license https://www.humhub.com/licences */ use humhub\assets\AppAsset; use humhub\widgets\FooterMenu; use yii\helpers\Html; use yii\web\View; /* @var $this View */ /* @var $content string */ AppAsset::register($this); ?> <?php $this->beginPage() ?> <!DOCTYPE html> <html lang="en"> <head> <title><?= Html::encode($this->pageTitle); ?></title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <?php $this->head() ?> <?= $this->render('@humhub/views/layouts/head'); ?> <meta charset="<?= Yii::$app->charset ?>"> </head> <body class="login-container"> <?php $this->beginBody() ?> <?= $content; ?> <br /> <?= FooterMenu::widget(['location' => FooterMenu::LOCATION_LOGIN]); ?> <?php $this->endBody() ?> </body> </html> <?php $this->endPage() ?>