Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
message.php
1 <?php $this->pageTitle=Yii::app()->name . ' - '.UserModule::t("Login"); ?>
2 
3 <h1><?php echo $title; ?></h1>
4 
5 <div class="form">
6 <?php echo $content; ?>
7 
8 </div><!-- yiiForm -->