Add language in the book detail.
This commit is contained in:
parent
473117567d
commit
eb637ff5f1
2 changed files with 19 additions and 0 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue