OSB enhancements to date

This commit is contained in:
Deon George
2010-11-30 09:41:08 +11:00
parent 8715a2059b
commit ec6a542bc3
478 changed files with 23423 additions and 9309 deletions

View File

@@ -1,28 +0,0 @@
{assign var=meth value=':'|explode:$VAR._page}
<!-- {$meth.0}:{$meth.1} -->
{$method->exe_noauth($meth.0,$meth.1)}
{if ($method->result == false)}
{$block->display('core:method_error')}
{else}
{if $static_page_category_display == true}
<table border="0" cellspacing="0" cellpadding="0" class="menu_background">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="menu_1" style="text-align: center; font-size: 90%; text-decoration: underline;"><b>{osb f=tt}</b></td>
</tr>
{foreach from=$static_page_category_results item=record key=key}
<tr>
<td class="menu_2"><a href="{$URL}?_page=static_page:page_list&amp;id={$record.id}">{$record.name}</a></td>
</tr>
{/foreach}
</table>
</td>
</tr>
</table>
<br/>
{/if}
{/if}