mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 14:20:29 -04:00
Show author names by compilations in projects view
This commit is contained in:
parent
932ce2b2b1
commit
367da8ec82
1 changed files with 6 additions and 1 deletions
|
@ -33,7 +33,12 @@ $showEditButton = $showEditButton ?? false;
|
||||||
<tr>
|
<tr>
|
||||||
<? if($includeTitle){ ?>
|
<? if($includeTitle){ ?>
|
||||||
<td class="row-header">
|
<td class="row-header">
|
||||||
<a href="<?= $project->Ebook->Url ?>"><?= Formatter::EscapeHtml($project->Ebook->Title) ?></a>
|
<a href="<?= $project->Ebook->Url ?>">
|
||||||
|
<?= Formatter::EscapeHtml($project->Ebook->Title) ?>
|
||||||
|
<? if($project->Ebook->Title == "Poetry" || $project->Ebook->Title == "Short Fiction" || $project->Ebook->Title == "Essays"){ ?>
|
||||||
|
(<?= Formatter::EscapeHtml($project->Ebook->AuthorsString) ?>)
|
||||||
|
<? } ?>
|
||||||
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<? } ?>
|
<? } ?>
|
||||||
<td class="producer">
|
<td class="producer">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue