PHP Classes

File: htdocs/themes/xbootstrap/modules/xoopsfaq/xoopsfaq_index.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap/modules/xoopsfaq/xoopsfaq_index.tpl   Download  
File: htdocs/themes/xbootstrap/modules/xoopsfaq/xoopsfaq_index.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

Merge xswatch4
Date: 2 months ago
Size: 961 bytes
 

Contents

Class file image Download
<ol class="breadcrumb"> <li><a href="index.php"><{$smarty.const._XO_LA_XOOPSFAQ}></a></li> </ol> <div class="alert alert-info"><{$smarty.const._XO_LA_TOC}></div> <ul class="list-group"> <{foreach item=category from=$categories|default:null}>&nbsp;&nbsp;&nbsp; <strong><a href="index.php?cat_id=<{$category.id}>"> <li class="list-group-item"><span class="label label-danger"><span class="glyphicon glyphicon-check"></span>&nbsp;&nbsp;<{$category.name}></span> </li> </a></strong> <!-- start question loop --> <{foreach item=question from=$category.questions|default:null}> <li class="list-group-item">&nbsp;<a href="index.php?cat_id=<{$category.id}>#q<{$question.link}>"><span class="glyphicon glyphicon-hand-right"></span>&nbsp;&nbsp;<{$question.title}></a></li> <{/foreach}> <!-- end question loop --> <{/foreach}> </ul>