mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 04:44:48 -04:00
Further refine projects system
This commit is contained in:
parent
2449de6f6c
commit
5782d6ca7d
20 changed files with 307 additions and 94 deletions
11
templates/EbookProjects.php
Normal file
11
templates/EbookProjects.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?
|
||||
/**
|
||||
* @var Ebook $ebook
|
||||
*/
|
||||
?>
|
||||
<? if(sizeof($ebook->Projects) > 0){ ?>
|
||||
<section id="projects">
|
||||
<h2>Projects</h2>
|
||||
<?= Template::ProjectsTable(['projects' => $ebook->Projects, 'includeTitle' => false]) ?>
|
||||
</section>
|
||||
<? } ?>
|
Loading…
Add table
Add a link
Reference in a new issue