PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
include
/
client
<?php if(!defined('OSTCLIENTINC') || !$faq || !$faq->isPublished()) die('Access Denied'); $category=$faq->getCategory(); ?> <!--osta start - moved h1 and breadcrumbs inside span8 for sidebar alignment--> <div class="row"> <div class="span8"> <h1><?php echo __('Frequently Asked Question');?></h1> <div id="breadcrumbs" style="padding-top:2px;"> <a href="index.php"><?php echo __('All Categories');?></a> » <a href="faq.php?cid=<?php echo $category->getId(); ?>"><?php echo $category->getFullName(); ?></a> </div> <div class="faq-content"> <div class="article-title flush-left"> <?php echo $faq->getLocalQuestion() ?> </div> <div class="faded"><?php echo sprintf(__('Last Updated %s'), Format::relativeTime(Misc::db2gmtime($faq->getUpdateDate()))); ?></div> <br/> <div class="thread-body bleed"> <?php echo $faq->getLocalAnswerWithImages(); ?> </div> </div> </div> <div class="span4 pull-right"> <?php //osta - unified sidebar (will show attachments if $faq has any) include ROOT_DIR . 'osta/templates/sidebar-unified.inc.php'; //osta end ?> </div> </div>
[+]
..
[-] login.inc.php
[edit]
[-] accesslink.inc.php
[edit]
[-] staff.inc.php
[edit]
[-] register.confirmed.inc.php
[edit]
[-] faq.inc.php
[edit]
[-] login.tpl.php
[edit]
[-] pwreset.request.php
[edit]
[-] register.inc.php
[edit]
[-] open.inc.php
[edit]
[-] header.inc.php
[edit]
[-] register.confirm.inc.php
[edit]
[-] kb-categories.inc.php
[edit]
[-] faq-category.inc.php
[edit]
[-] kb-search.inc.php
[edit]
[-] pwreset.sent.php
[edit]
[-] profile.inc.php
[edit]
[-] view.inc.php
[edit]
[-] pwreset.login.php
[edit]
[-] knowledgebase.inc.php
[edit]
[+]
templates
[-] tickets.inc.php
[edit]
[-] footer.inc.php
[edit]
[-] edit.inc.php
[edit]
[-] .htaccess.disabled
[edit]