PATH:
home
/
letacommog
/
letaweb
/
protected
/
views
/
site
<div class="bg-dark space-sm"> <div class="page_title container"> <div class="title_section"> <h2 class="" style="text-align:center;">Select a template</h2> </div> </div> </div> <div class="container"> <div class="row"> <div id="template_categroy" class="span12"> <div class="template_categroy_wrap"> <div class="template_categroy_box"> <ul class="template_category_list"> <?php $currentCategory = isset($_REQUEST['cat']) ? $_REQUEST['cat'] : 0; ?> <li><a class="<?php echo $currentCategory == 0 ? 'active' : '' ?>" href="?catname=all">All</a></li> <?php foreach ($categories as $c): ?> <li><a class="<?php echo $c->id == $currentCategory ? 'active' : '' ?>" href="<?php echo '?cat='.$c->id.'&catname='.$c->name; ?>"><?php echo $c->display_name ?></a></li> <?php endforeach; ?> </ul> </div> </div> </div> </div> <div class=""> [templates] </div> </div>
[+]
..
[-] top_content.php
[edit]
[-] create.php
[edit]
[-] forgot.php
[edit]
[-] signup_complete.php
[edit]
[-] help_category.php
[edit]
[-] template.php
[edit]
[-] index.php
[edit]
[-] slider.php
[edit]
[-] build.php
[edit]
[-] resent_active_mail.php
[edit]
[-] login.php
[edit]
[-] error.php
[edit]
[-] recover_success.php
[edit]
[-] active_success.php
[edit]
[-] help.php
[edit]
[-] page.php
[edit]
[-] recover.php
[edit]
[-] features.php
[edit]
[-] active_mail_send_success.php
[edit]
[-] create_template.php
[edit]
[-] active_fail.php
[edit]
[-] forgot_password_email_sent.php
[edit]
[-] social.php
[edit]
[-] price.php
[edit]
[-] signup.php
[edit]
[-] help_form.php
[edit]
[-] contact.php
[edit]
[-] templates.php
[edit]