{* $Id: sidebox_giftregistry.tpl 2463 2006-11-04 13:43:37Z lantan $ *} {if $settings.Modules.gift_registry == 'Y'} {capture name="sidebox"} {if $today_events}
{$lang.today_events}:
{foreach from=$today_events item=event} {/foreach}
 ·  {$event.title}
{if $more_link}
{$lang.more_w_ellipsis}
{/if}
{/if}   {$lang.search}
  {$lang.add_new}
  {$lang.private_events}
{/capture} {include file="common_templates/sidebox.tpl" title=$lang.events content=$smarty.capture.sidebox icon="sidebox_icon_gift.gif"} {/if}