simplify again. re #73
This commit is contained in:
parent
2029ab7d01
commit
aa376d63b2
3 changed files with 3 additions and 4 deletions
1
book.php
1
book.php
|
@ -142,7 +142,6 @@ class Book extends Base {
|
|||
public function getFullContentArray () {
|
||||
$out = $this->getContentArray ();
|
||||
|
||||
$out ["detailurl"] = $this->getDetailUrl (true);
|
||||
$out ["coverurl"] = Data::getLink ($this, "jpg", "image/jpeg", Link::OPDS_IMAGE_TYPE, "cover.jpg", NULL)->hrefXhtml ();
|
||||
$out ["thumbnailurl"] = Data::getLink ($this, "jpg", "image/jpeg", Link::OPDS_THUMBNAIL_TYPE, "cover.jpg", NULL, NULL, 150)->hrefXhtml ();
|
||||
$out ["content"] = $this->getComment (false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue