Preview: content.php
Size: 379 B
/home/jambtst2015/public_html/protected/views/home/content.php
<section class="innerContainer">
<section class="innerContainer-head">
<h3><?php echo $content['title']; ?></h3>
<div class="clear"></div>
<section class="aboutUs">
<img src="<?php echo Yii::app()->request->baseUrl; ?>/images/about-img.jpg" alt="">
<?php echo $content['content']; ?>
</section>
</section>
</section>
Directory Contents
Dirs: 1 × Files: 25