PATH:
home
/
letacommog
/
letaweb
/
protected
/
modules
/
profile
/
views
/
page
<div class="bg-dark space-sm"> <div class="container"> <h1 class="text-center f-white"><?php $this->t('LBL_PROFILE_PAGE_MY_WEBSITE'); ?></h1> <div class="text-center"> <div class="btn-group"> <?php echo CHtml::link('Create new site', array('/site/create'), array('class' => 'btn btn-border-white btn-lg fa fa-plus')); ?> </div> </div> </div> </div> <div class="container"> <div class="contain"> <div class="block"> <div class="body"> <div class="website_list" style="margin-top:10px;"> <div class="row"> <?php $this->widget('zii.widgets.CListView', array( 'htmlOptions' => array('class' => 'news_headline_box'), "itemsCssClass" =>"row", 'itemView' => 'item', 'template' => '{items}{pager}', 'dataProvider' => $model->search_owner(), )); ?> </div> </div> </div> </div> </div> </div>
[+]
..
[-] upgrade.php
[edit]
[+]
checkout
[-] index.php
[edit]
[-] item.php
[edit]
[-] delete.php
[edit]
[-] deleteconfirmpassword.php
[edit]
[-] domain.php
[edit]
[-] subdomain.php
[edit]
[-] deleteconfirm.php
[edit]
[-] checkout.php
[edit]
[-] midnav.php
[edit]