PHP Classes

File: templates/about_menu.tpl

Recommend this page to a friend!
  Classes of Michael Beck   XOOPS PHP About Page   templates/about_menu.tpl   Download  
File: templates/about_menu.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XOOPS PHP About Page
Show the about page in a site managed using XOOPS
Author: By
Last change:
Date: 2 years ago
Size: 607 bytes
 

Contents

Class file image Download
<ul> <{foreach item=child key=key from=$children name=childmenu}> <li id="child_node_<{$child.page_id}>"> <{if $child.page_id != $page.page_id}><a href="index.php?page_id=<{$child.page_id}>"><{$child.page_menu_title}></a><{else}><span><{$child.page_menu_title}></span><{/if}> <{* if !$child.page_text}><a href="index.php?page_id=<{$child.page_id}>"><{$child.page_menu_title}></a><{else}><span><{$child.page_menu_title}></span><{/if *}> <{if $child.child|default:''}> <{assign var="children" value=$child.child}> <{include file="db:about_menu.tpl"}> <{/if}> </li> <{/foreach}> </ul>