PABX da Simples IP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
751 B

{capture name="display"}
<table border="0" cellspacing="10" cellpadding="0">
<tr><td align="center">
<table border="0" cellspacing="0" cellpadding="2" class="grid">
<tr>
<th align="center"><span style="font-size:14px; font-weight:bold;">{$menuNome}</span></th>
</tr>
<tr>
<td width="50%" align="left">
<div class="menuComp">{$links}</div></td>
</tr>
</table>
{$agrupa}
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
</td></tr></table>
{/if}
{/capture}