Add ratings only in recent addition for now.
This commit is contained in:
parent
7c9f081219
commit
8838f15034
2 changed files with 22 additions and 3 deletions
|
@ -225,7 +225,7 @@
|
|||
</div>
|
||||
<div class="bookdetail">
|
||||
<a class="navigation" href="bookdetail.php?id=<?php echo $entry->book->id ?>" />
|
||||
<div class="entryTitle st"><?php echo htmlspecialchars ($entry->title) ?> <span class="sp">(<?php echo date ('Y', $entry->book->pubdate) ?>)</span></div>
|
||||
<div class="entryTitle st"><?php echo htmlspecialchars ($entry->title) ?> <span class="sp">(<?php echo date ('Y', $entry->book->pubdate) ?>)</span> <span class="sr"><?php echo $entry->book->getRating () ?></span></div>
|
||||
<div class="entryContent sa"><?php echo localize("authors.title") . " : " . htmlspecialchars ($entry->book->getAuthorsName ()) ?></div>
|
||||
<div class="entryContent"><?php echo localize("tags.title") . " : " . htmlspecialchars ($entry->book->getTagsName ()) ?></div>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue