X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fpoche%2FWallabagEBooks.class.php;h=bc40990b1e2cd90694e57ddd6b71df2412538c65;hb=dc69d3e8d895c87f9d26c2d1309e40d6090d4c8d;hp=2ddece610daf11ea688239f49ad1d0fec51c6d31;hpb=9f86454b48dec3c9ecfee8da224112eef0f61441;p=github%2Fwallabag%2Fwallabag.git diff --git a/inc/poche/WallabagEBooks.class.php b/inc/poche/WallabagEBooks.class.php index 2ddece61..bc40990b 100644 --- a/inc/poche/WallabagEBooks.class.php +++ b/inc/poche/WallabagEBooks.class.php @@ -124,7 +124,7 @@ class WallabagEpub extends WallabagEBooks $fullTitle = "

" . $this->bookTitle . "

\n"; - $book->setCoverImage("Cover.png", file_get_contents("themes/baggy/img/apple-touch-icon-152.png"), "image/png", $fullTitle); + $book->setCoverImage("Cover.png", file_get_contents("themes/_global/img/appicon/apple-touch-icon-152.png"), "image/png", $fullTitle); $cover = $content_start . '

' . _('Produced by wallabag with PHPePub') . '

'. _('Please open an issue if you have trouble with the display of this E-Book on your device.') . '

' . $bookEnd; @@ -182,7 +182,7 @@ class WallabagMobi extends WallabagEBooks # introduction $content->appendParagraph('

' . _('Produced by wallabag with PHPMobi') . '

'. _('Please open an issue if you have trouble with the display of this E-Book on your device.') . '

'); - $content->appendImage(imagecreatefrompng("themes/baggy/img/apple-touch-icon-152.png")); + $content->appendImage(imagecreatefrompng("themes/_global/img/appicon/apple-touch-icon-152.png")); $content->appendPageBreak(); Tools::logm('Adding actual content...'); @@ -221,7 +221,7 @@ class WallabagPDF extends WallabagEbooks $intro = '

' . $this->bookTitle . '

' . _('Produced by wallabag with tcpdf') . '

'. _('Please open an issue if you have trouble with the display of this E-Book on your device.') . '

-
'; + '; $pdf->writeHTMLCell(0, 0, '', '', $intro, 0, 1, 0, true, '', true); @@ -243,4 +243,4 @@ class WallabagPDF extends WallabagEbooks $pdf->Output($this->bookFileName . '.pdf', 'FD'); } -} \ No newline at end of file +}