diff --git a/templates/EbookGrid.php b/templates/EbookGrid.php index cefb1e70..6fbb5840 100644 --- a/templates/EbookGrid.php +++ b/templates/EbookGrid.php @@ -15,7 +15,9 @@ if(!isset($ebooks)){

Title) ?>

Authors as $author){ ?> -

Name) ?>

+ Name != 'Anonymous'){ ?> +

Name) ?>

+ diff --git a/www/ebooks/ebook.php b/www/ebooks/ebook.php index e3555e99..841a5cef 100644 --- a/www/ebooks/ebook.php +++ b/www/ebooks/ebook.php @@ -75,7 +75,9 @@ catch(\Exception $ex){

Title) ?>

Authors as $author){ ?> -

Name) ?>

+ Name != 'Anonymous'){ ?> +

Name) ?>

+