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