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;">Help & Support</h2> </div> <div id="help_form"> <form> <div class="input-group"> <input class="form-control" type="text" placeholder="Type a question here"/> <div class="input-group-addon"> <button type="submit" class="flat-btn font-search"></button> </div> </div> </form> </div> </div> </div> <div class="space-sm"> <div class="container"> <h2><?php echo $title; ?></h2> <?php //echo $content; ?> <ul class="help_full_list"> <?php foreach ($help as $h) { ?> <li> <?php echo CHtml::link($h['title_'.$lang], array('site/helpdetail/id'.$h->id), array('target' => '', 'class' => '')); ?> <p><?php echo $h['summary_'.$lang]; ?></p> </li> <?php } ?> </ul> </div> </div> <div class="bg-light space"> <div class="page_title container"> <div class="title-section text-center"> <h1>Can’t find what you’re looking for?</h1> </div> <div style="text-align:center;"> <?php echo CHtml::link('Open a ticket', array('ticket/create'), array('target' => '', 'class' => 'btn btn-border btn-lg')); ?> </div> </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]