summaryrefslogtreecommitdiff
path: root/templates/dynamic.tpl
blob: bda0e61f8de5cebc1b6e79e27363c9ef7812e952 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div id="dynamic">
	{foreach from=$gCenterPieces item=centerPiece}
	<div class="dynamicmodule {$centerPiece.module_rsrc|basename:'.tpl'|regex_replace:'/_/':'-'}">
		{include file=$centerPiece.module_rsrc moduleParams=$centerPiece compile_id=$centerPiece.module_id}
	</div>
	{foreachelse}
		{if $gDefaultCenter}
			{include file=$gDefaultCenter}
		{/if}
	{/foreach}
</div>