Generate pledge council index.

This commit is contained in:
Kim Taylor
2024-09-21 16:53:24 +10:00
parent 2e444113c8
commit 82f65a2050
3 changed files with 26 additions and 28 deletions

View File

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