Further refine projects system

This commit is contained in:
Alex Cabal 2024-12-15 22:44:31 -06:00
parent 2449de6f6c
commit 5782d6ca7d
20 changed files with 307 additions and 94 deletions

View 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>
<? } ?>