PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
include
/
client
<div class="row"> <div class="span8"> <h1><?php echo __('Frequently Asked Questions');?></h1> <div><h2><!--osta--><?php echo __('Search Results'); ?></h2></div> <?php if ($faqs->exists(true)) { echo '<div id="faq">'.sprintf(__('%d FAQs matched your search criteria.'), $faqs->count()) .'<ol>'; foreach ($faqs as $F) { echo sprintf( '<li><!--osta--><i class="icon-file-alt"></i><a href="faq.php?id=%d" class="previewfaq">%s</a></li>', $F->getId(), $F->getLocalQuestion(), $F->getVisibilityDescription()); } echo '</ol></div>'; } else { echo '<strong class="faded">'.__('The search did not match any FAQs.').'</strong>'; } ?> </div> <div class="span4"> <?php //osta start - replaced fragmented sidebar with unified sidebar 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]