PHP Classes

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

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap5/modules/xoopsfaq/xoopsfaq_index.tpl   Download  
File: htdocs/themes/xbootstrap5/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:
Date: 2 months ago
Size: 985 bytes
 

Contents

Class file image Download
<ol class="breadcrumb"> <li class="nav-item"><a class="nav-link" 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="fa-solid fa-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="fa-solid fa-hand-point-right"></span>&nbsp;&nbsp;<{$question.title}></a></li> <{/foreach}> <!-- end question loop --> <{/foreach}> </ul>