{* $Id: tiki-calendar.tpl 13045 2008-05-29 07:07:56Z chibaguy $ *} {* updated by Enmore Services Feb 2009 $ *} {popup_init src="lib/overlib.js"}
{* updated by Enmore Services Feb 2009 to add second linefeed so that Calendar title is shown full width $ *}


{if $displayedcals|@count eq 1}{tr}Calendar{/tr}: {assign var=x value=$displayedcals[0]}{$infocals[$x].name}{else}{tr}Calendar{/tr}{/if}

{if count($listcals) >= 1} {/if} {include file="tiki-calendar_nav.tpl"} {if $viewlist eq 'list'} {include file="tiki-calendar_listmode.tpl"'} {elseif $viewmode eq 'day'} {include file="tiki-calendar_daymode.tpl"} {else} {include file="tiki-calendar_calmode.tpl"} {/if}