Add support for showing different footer per council
This commit is contained in:
@@ -982,7 +982,8 @@
|
|||||||
"Melba",
|
"Melba",
|
||||||
"Curtain",
|
"Curtain",
|
||||||
"Hoddle"
|
"Hoddle"
|
||||||
]
|
],
|
||||||
|
"footer": "Your local community group in the City of Yarra is <a href=\"https://streets-alive-yarra.org/journal/election-2024/\">Streets Alive Yarra Inc.</a>"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"shortName": "Yarra Ranges",
|
"shortName": "Yarra Ranges",
|
||||||
|
|||||||
@@ -62,4 +62,10 @@ if (count($wardCandidates) == 0) continue;
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!-- /wp:group -->
|
<!-- /wp:group -->
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
||||||
|
<?php if (isset($config['footer'])): ?>
|
||||||
|
<!-- wp:paragraph -->
|
||||||
|
<p><?php echo $config['footer']; ?></p>
|
||||||
|
<!-- /wp:paragraph -->
|
||||||
|
<?php endif; ?>
|
||||||
Reference in New Issue
Block a user