simplify again. re #73
This commit is contained in:
父節點
2029ab7d01
當前提交
aa376d63b2
共有 3 個文件被更改,包括 3 次插入 和 4 次删除
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);
|
||||
|
|
載入中…
Add table
Add a link
Reference in a new issue