* judge-year many to many implemented, no admin yet
* judge images renamed to use generated slug, may change in the future...
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<h1><?=$year?> judges</h1>
|
||||
<?php foreach ($judges as $judge): ?>
|
||||
<section class="judge">
|
||||
<img class="profile" src="<?= $this->serverurl(sprintf('/img/judges/%s.jpg', $judge['image'])) ?>">
|
||||
<img class="profile" src="<?= $this->serverurl(sprintf('/img/judges/%s.jpg', $judge['slug'])) ?>">
|
||||
<span class="title"><?= $judge['name']?></span><br>
|
||||
<span class="description"><?= $judge['desc']?></span>
|
||||
<span class="description"><?= $judge['title']?></span>
|
||||
</section>
|
||||
<?php endforeach; ?>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user