mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 04:44:48 -04:00
Add PropertyFromHttp trait and update codebase to use new pattern
This commit is contained in:
parent
c35c47b793
commit
acb30b897c
47 changed files with 851 additions and 527 deletions
|
@ -162,13 +162,7 @@ catch(Exceptions\EbookNotFoundException){
|
|||
|
||||
<?= Template::DonationAlert() ?>
|
||||
|
||||
<? if($ebook->LongDescription === null){ ?>
|
||||
<p>
|
||||
<i>There’s no description for this ebook yet.</i>
|
||||
</p>
|
||||
<? }else{ ?>
|
||||
<?= $ebook->LongDescription ?>
|
||||
<? } ?>
|
||||
<?= $ebook->LongDescription ?>
|
||||
</section>
|
||||
|
||||
<? if($ebook->HasDownloads){ ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue