PHP Classes

File: htdocs/themes/xbootstrap5/modules/xoopstube/xoopstube_index.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap5/modules/xoopstube/xoopstube_index.tpl   Download  
File: htdocs/themes/xbootstrap5/modules/xoopstube/xoopstube_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: 2,380 bytes
 

Contents

Class file image Download
<div class="xoopstube "> <{if $catarray.imageheader|default:'' != ''}> <div class="xoopstube-header text-center"> <{$catarray.imageheader}> </div> <!-- .xoopstube-header --> <{/if}> <{if $catarray.indexheading|default:'' != ''}> <div class="text-center xoopstube-header-text"> <h1><{$catarray.indexheading}></h1> </div> <!-- .xoopstube-header-text --> <{/if}> <{if $catarray.indexheader|default:'' != ''}> <div class="xoopstube-description text-center"> <{$catarray.indexheader}> </div> <!-- .xoopstube-description --> <{/if}> <div class="text-center xoopstube-navigation"> <{$catarray.letters}> </div><!-- .xoopstube-navigation --> <{if isset($categories) && is_array($categories) && count($categories) > 0}> <h1 class="xoops-default-title"><{$smarty.const._MD_XOOPSTUBE_MAINLISTING}></h1> <div class="row"> <{foreach item=category from=$categories|default:null}> <div class="col-sm-4 col-md-4 category-titles"> <a href="<{$xoops_url}>/modules/<{$module_dir}>/viewcat.php?cid=<{$category.id}>" title="<{$category.title}>" class="btn btn-primary w-100"> <{$category.title}> <span class="badge"><{$category.totalvideos}></span> </a> </div> <{if $category.subcategories}> <{$category.subcategories}> <{/if}> <{/foreach}> </div> <div class="xoopstube-data"> <div class="row"> <div class="col-md-12 text-end"><{$lang_thereare}></div> </div> </div> <!-- .xoopstube-data --> <{/if}> <div class="xoopstube-footer"> <{$catarray.indexfooter}> </div><!-- .xoopstube-footer --> <{if $showlatest|default:false}> <{$smarty.const._MD_XOOPSTUBE_LATESTLIST}> <{if $pagenav|default:false}> <{$pagenav}> <{/if}> <{section name=i loop=$video}> <{include file="db:xoopstube_videoload.tpl" video=$video[i]}> <{/section}> <{if $pagenav|default:false}> <{$pagenav}> <{/if}> <{/if}> <{include file="db:system_notification_select.tpl"}> </div><!-- .xoopstube -->