7 <?php $this->beginWidget(
'bootstrap.widgets.TbHeroUnit',array(
8 'heading'=>
'Welcome to '.CHtml::encode(Yii::app()->name),
11 <p>Congratulations! You have successfully created your Yii application.</p>
13 <?php $this->endWidget(); ?>
15 <p>You may change the content of
this page by modifying the following two files:</p>
18 <li>View file: <code><?php echo __FILE__; ?></code></li>
19 <li>Layout file: <code><?php echo $this->getLayoutFile(
'main'); ?></code></li>
22 <p>For more details on how to further develop
this application, please read
23 the <a href=
"http://www.yiiframework.com/doc/">documentation</a>.
24 Feel free to ask in the <a href=
"http://www.yiiframework.com/forum/">forum</a>,
25 should you have any questions.</p>