{title help="User Calendar"}{tr}Mini Calendar: Preferences{/tr}{/title} {include file='tiki-mytiki_bar.tpl'}
{button href="tiki-minical.php#add" class="btn btn-primary" _text="{tr}Add{/tr} "} {button href="tiki-minical_prefs.php" class="btn btn-info" _text="{tr}Prefs{/tr}"} {button href="tiki-minical.php?view=daily" class="btn btn-info" _text="{tr}Daily{/tr}"} {button href="tiki-minical.php?view=weekly" class="btn btn-info" _text="{tr}Weekly{/tr}"} {button href="tiki-minical.php?view=list" class="btn btn-info" _text="{tr}List{/tr}"}

{tr}Preferences{/tr}

{tr}Import CSV file{/tr}

{tr}Admin Topics{/tr}

{if count($topics) > 0}
{section name=numloop loop=$topics} {* see if we should go to the next row *} {if not ($smarty.section.numloop.rownum mod $cols)} {if not $smarty.section.numloop.last} {/if} {/if} {if $smarty.section.numloop.last} {* pad the cells not yet created *} {math equation = "n - a % n" n=$cols a=$data|@count assign="cells"} {if $cells ne $cols} {section name=pad loop=$cells} {/section} {/if} {/if} {/section}
{if $topics[numloop].isIcon eq 'y'} {tr}topic image{/tr} {else} {tr}topic image{/tr} {/if} {$topics[numloop].name}
 
{/if}