summaryrefslogtreecommitdiff
path: root/templates/view_structure.tpl
blob: 656e30b23eb4742299e4a5f9f0567a05891b30c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{strip}
<div class="display pigeonholes">
	<div class="header">
		<h1>{tr}Category Listing{/tr}</h1>
	</div>

	<div class="body">
		{if $gBitSystem->getConfig('pigeonholes_list_style') == "table"}
			{include file="bitpackage:pigeonholes/view_structure_inc.tpl" no_details=true no_edit=true}
			{formfeedback hash=$memberFeedback}
			{include file="bitpackage:pigeonholes/view_table_inc.tpl" no_details=true no_edit=true}
		{else}
			{include file="bitpackage:pigeonholes/view_structure_inc.tpl"}
		{/if}
	</div><!-- end .body -->
</div><!-- end .liberty -->
{/strip}