{* * Nav * * Nav links template fragment * * @author Christopher Han * @copyright Copyright (c) 2010 Christopher Han * @package GitPHP * @subpackage Template *} {if $current=='summary'} {t}summary{/t} {else} {t}summary{/t} {/if} | {if $current=='shortlog' || !$commit} {t}shortlog{/t} {else} {t}shortlog{/t} {/if} | {if $current=='log' || !$commit} {t}log{/t} {else} {t}log{/t} {/if} | {if $current=='commit' || !$commit} {t}commit{/t} {else} {t}commit{/t} {/if} | {if $current=='commitdiff' || !$commit} {t}commitdiff{/t} {else} {t}commitdiff{/t} {/if} | {if $current=='tree' || !$commit} {t}tree{/t} {else} {t}tree{/t} {/if}