Don't print the tags if there's no tags. Based on a patch by Tyler J. Wagner

Esse commit está contido em:
Sébastien Lucas 2013-02-20 21:46:36 +01:00
commit 8e32a45f68

Ver arquivo

@ -63,6 +63,9 @@ $book->getLinkArray ();
?>
</div>
</div>
<?php
if (count ($tags) > 0) {
?>
<div class="entrySection">
<span><?php echo localize("tags.title") ?></span>
<div class="buttonEffect pad6">
@ -78,6 +81,7 @@ $book->getLinkArray ();
</div>
</div>
<?php
}
if (!is_null ($serie))
{
?>