{* $Id$ *}
|
|
{strip}
|
|
<div class="opaque calBox">
|
|
{if !empty($overs)}
|
|
<ul>
|
|
{foreach from=$overs item=over}
|
|
<li>{$over}</li>
|
|
{/foreach}
|
|
</ul>
|
|
</div>
|
|
{/if}
|
|
{/strip}
|