Link to LGA pages from pledge page.

This commit is contained in:
Kim Taylor
2024-09-26 00:18:17 +10:00
parent 74c24a37a2
commit 51af861f38
3 changed files with 11 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<?php
class SPLPageRenderer {
public function renderPledgePage($councils, $candidates) {
public function renderPledgePage($councils, $lga_pages, $candidates) {
ob_start();
$didError = false;