PATH:
home
/
letacommog
/
letaweb
/
protected
/
views
/
site
<?php $this->widget('ext.timeago.JTimeAgo', array( 'selector' => ' .cnTime', 'settings' => array( 'allowFuture' => true, 'strings' => 'js:{ prefixAgo: null, prefixFromNow: "从现在开始", suffixAgo: "之前", suffixFromNow: null, seconds: "不到 1 分钟", minute: "大约 1 分钟", minutes: "%d 分钟", hour: "大约 1 小时", hours: "大约 %d 小时", day: "1 天", days: "%d 天", month: "大约 1 个月", months: "%d 月", year: "大约 1 年", years: "%d 年", numbers: [] } ', ), )); ?> <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> <?php include 'help_form.php';?> </div> </div> <div class="space-sm"> <div class="container"> <ul class="helps"> <?php foreach ($menu_items as $menu_item) { ?> <li> <?php echo CHtml::link($menu_item['label'], $menu_item['url'], array('target' => '', 'class' => '')); ?> <ul> <?php foreach ($menu_item['helps'] as $help) { ?> <li> <?php echo CHtml::link($help['label'], $help['url'], array('target' => '', 'class' => '')); ?> </li> <?php } ?> <?php echo CHtml::link('View all', $menu_item['url'], array('target' => '', 'class' => '')); ?> </ul> </li> <?php } ?> </ul> </div> </div> <div class="space-sm"> <div class="container"> <h2> <?php echo CHtml::link('Questions & Answers', array('ticket/index'), array('target' => '', 'class' => '')); ?> </h2> <ul class="oy_ticket_list"> <?php foreach ($tickets as $ticket) { ?> <li> <div class="ticket_icon"> </div> <div class="ticket_content"> <div class="ticket_content_title"> <a href=""><?php echo $ticket->title; ?></a> </div> </div> </li> <?php } ?> </ul> </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]