git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3805 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-02-25 22:15:17 +00:00
parent 657ae432bc
commit 945f7f273c

View file

@ -31,10 +31,12 @@
<!--@if($modules->title)-->
<tr>
<th rowspan="{count($modules->list)+1}">{$modules->title}</th>
<!--@if(count($modules->list)<1)--><td colspan="2">&nbsp;</td><!--@end-->
</tr>
<!--@else-->
<tr>
<th rowspan="{count($modules->list)+1}">&nbsp;</th>
<!--@if(count($modules->list)<1)--><td colspan="2">&nbsp;</td><!--@end-->
</tr>
<!--@end-->
<!--@foreach($modules->list as $key => $val)-->