{* * tags.tpl * gitphp: A PHP git repository browser * Component: Tag view template * * Copyright (C) 2009 Christopher Han *} {extends file='projectbase.tpl'} {block name=links append} {if $page > 0} {/if} {if $hasmoretags} {/if} {/block} {block name=main} {* Nav *} {include file='title.tpl' target='summary'} {* Display tags *} {include file='taglist.tpl' source=tags} {/block}