{* * Tagtip * * Tag tooltip template * * @author Christopher Han * @copyright Copyright (c) 2010 Christopher Han * @package GitPHP * @subpackage Template *}
{t}tag{/t}: {$tag->GetName()}
{foreach from=$tag->GetComment() item=line} {if strncasecmp(trim($line),'-----BEGIN PGP',14) == 0} {/if}
{$line} {if strncasecmp(trim($line),'-----END PGP',12) == 0}
{/if} {/foreach}