From 43a739be1d0c70978cede397c1a9e5fb07ad86a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Sun, 24 Jun 2012 08:24:28 +0200 Subject: [PATCH] Add all download link in book detail --- bookdetail.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bookdetail.php b/bookdetail.php index 0cd2349..a74b5bd 100644 --- a/bookdetail.php +++ b/bookdetail.php @@ -14,6 +14,7 @@ $book = Book::getBookById($_GET["id"]); $authors = $book->getAuthors (); $tags = $book->getTags (); $serie = $book->getSerie (); +$book->getLinkArray (); ?>
@@ -21,6 +22,16 @@ $serie = $book->getSerie ();
cover
+
title) ?>