Add language in the book detail.

This commit is contained in:
Sébastien Lucas 2012-12-03 16:05:13 +01:00
parent 473117567d
commit eb637ff5f1
2 changed files with 19 additions and 0 deletions

View file

@ -74,6 +74,10 @@ $book->getLinkArray ();
<?php
}
?>
<div class="entrySection">
<span><?php echo localize("config.Language.label") ?></span>
<?php echo $book->getLanguages () ?>
</div>
</div>
<div class="clearer" />
<hr />