simplify again. re #73

This commit is contained in:
Sébastien Lucas 2013-06-17 22:30:09 +02:00
parent 2029ab7d01
commit aa376d63b2
3 changed files with 3 additions and 4 deletions

View file

@ -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);