PATH:
home
/
letacommog
/
letaweb
/
protected
/
views
/
page
<h1 class="complete_message">Congrulation. Your site is create successfully.</h1> <div class="complete_message_button"> <a class="btn btn-warning" target="_blank" href="<?php echo $page->getSiteURL(); ?>"><i class="fa fa-pencil"></i>View your site</a> <a class="btn btn-primary" id="edit_new_site_btn" href="<?php echo $this->createUrl("/page/edit/id/".$page->id); ?>"><i class="fa fa-pencil"></i>Edit your site</a> <a class="btn btn-info" href="<?php echo $this->createAbsoluteUrl('/profile'); ?>"><i class="fa fa-user"></i>Manage your account</a> </div> <h2></h2> <div class="complete_message_preview"> <img src="<?php echo Yii::app()->baseUrl.'/websites/'.$page->name.'/screenshot.jpg'; ?>" /> </div>
[+]
..
[-] error.php
[edit]
[-] create.php
[edit]
[-] success.php
[edit]
[-] create_continue.php
[edit]