PATH:
home
/
letacommog
/
letaweb
/
protected
/
views
/
layouts
<?php Yii::app()->facebook->ogTags['title'] = 'My Page Title'; ?> <?php $this->beginContent('/layouts/main'); ?> <div class="container"> <div class="span-18"> <div id="content"> <?php echo $content; ?> </div><!-- content --> </div> <div class="span-6 last"> <div id="sidebar"> <?php if (!Yii::app()->user->isGuest) { $this->widget('UserMenu'); } ?> <?php $this->widget('TagCloud', array( 'maxTags' => Yii::app()->params['tagCloudCount'], )); ?> <?php $this->widget('RecentComments', array( 'maxComments' => Yii::app()->params['recentCommentCount'], )); ?> </div><!-- sidebar --> </div> </div> <?php $this->endContent(); ?>
[+]
..
[-] column_create_page.php
[edit]
[-] footer.php
[edit]
[-] column4.php
[edit]
[-] main_create_page.php
[edit]
[-] column3.php
[edit]
[-] column2.php
[edit]
[-] column5.php
[edit]
[-] column1.php
[edit]
[-] column_login.php
[edit]
[-] main_login.php
[edit]
[-] main.php
[edit]