This repository has been archived on 2024-12-01. You can view files and clone it, but cannot push or open issues or pull requests.
factuges_web/www/protected/modules/yii-user-master/views/user/message.php

8 lines
174 B
PHP
Raw Normal View History

<?php $this->pageTitle=Yii::app()->name . ' - '.UserModule::t("Login"); ?>
<h1><?php echo $title; ?></h1>
<div class="form">
<?php echo $content; ?>
</div><!-- yiiForm -->