Bookdetail is better when fancybox is disabled.
This commit is contained in:
parent
4f31084dc7
commit
a5fd2a4ad8
2 changed files with 5 additions and 11 deletions
|
@ -16,18 +16,8 @@ $tags = $book->getTags ();
|
|||
$serie = $book->getSerie ();
|
||||
$book->getLinkArray ();
|
||||
|
||||
?>
|
||||
<?php
|
||||
if (isset ($page) && $page == Base::PAGE_BOOK_DETAIL) {
|
||||
?>
|
||||
<article class="bookdetail">
|
||||
<?php
|
||||
} else {
|
||||
?>
|
||||
<article class="bookpopup">
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<span class="cover">
|
||||
<?php
|
||||
if ($book->hasCover) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue