{* $Id$ *} {include file='header.tpl'} {* Index we display a wiki page here *}
{if $prefs.feature_page_title eq 'y'}

{$page} {if $lock} {capture assign=title}{tr _0=$page_user}Locked by %0{/tr}{/capture}{*FIXME*} {icon name='lock' alt="{tr}Locked{/tr}" title=$title} {/if}

{/if}
{if $prefs.feature_wiki_description eq 'y'} {$description} {/if} {if $cached_page eq 'y'} (cached) {/if} {if $cached_page eq 'y'} {icon name='refresh'} {/if} {if $user and $prefs.feature_wiki_notepad eq 'y' and $prefs.feature_notepad eq 'y' and $tiki_p_notepad eq 'y'} {icon name='floppy' alt="{tr}Save{/tr}"} {/if}
{if $structure eq 'y'}
{foreach from=$struct_prev_next item=struct name=str key=key} {/foreach}
{if $struct.prev_page} << {if $struct.prev_page_alias} {$struct.prev_page_alias} {else} {$struct.prev_page} {/if} {else}   {/if} {* {$key} *} {$key} {if $struct.next_page} {if $struct.next_page_alias} {$struct.next_page_alias} {else} {$struct.next_page} {/if} >> {else}   {/if}
{/if} {$parsed} {if $pages > 1} {/if}
{if $smarty.capture.editdate_section neq ''} {/if}
{include file='footer.tpl'}