2012-09-26 11:28:20 +00:00
|
|
|
<div id="global-container" class="relative clearfix">
|
|
|
|
{include_template_file file='blocks/groups/group_left.html' group=$group}
|
|
|
|
|
|
|
|
<div class="pull-left">
|
|
|
|
|
|
|
|
|
|
|
|
<div class="global-sidebar-column pull-right">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div style="" class="global-content-column pull-left view-group">
|
2012-09-27 14:03:48 +00:00
|
|
|
{include_template_file file='blocks/groups/group_head.html'}
|
|
|
|
|
2012-09-26 11:28:20 +00:00
|
|
|
|
|
|
|
{include_template_file file='blocks/groups/add_topic.html' }
|
|
|
|
|
|
|
|
|
|
|
|
<div id="group-topics">
|
|
|
|
{if $topics}
|
|
|
|
{foreach $topics as $topic}
|
2012-09-27 14:03:48 +00:00
|
|
|
{include_template_file file='blocks/groups/grouo_topic.html' topic=$topic}
|
2012-09-26 11:28:20 +00:00
|
|
|
{/foreach}
|
|
|
|
{/if}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div id="global-content-full-height"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|