{* * Title * * Title template * * @author Christopher Han * @copyright Copyright (c) 2010 Christopher Han * @package GitPHP * @subpackage Template *}
{if $titlecommit} {if $target == 'commitdiff'} {$titlecommit->GetTitle()|escape} {elseif $target == 'tree'} {$titlecommit->GetTitle()|escape} {else} {$titlecommit->GetTitle()|escape} {/if} {include file='refbadges.tpl' commit=$titlecommit} {else} {if $target == 'summary'}   {elseif $target == 'shortlog'} {if $disablelink} {t}shortlog{/t} {else} {t}shortlog{/t} {/if} {elseif $target == 'tags'} {if $disablelink} {t}tags{/t} {else} {t}tags{/t} {/if} {elseif $target == 'heads'} {if $disablelink} {t}heads{/t} {else} {t}heads{/t} {/if} {else}   {/if} {/if}