mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
Switch render method
There were still some reference to the base Controller page renderer that needed to switched to the new Render class. Oops. Also for got mention tabler icons (https://tabler-icons.io/) were added in the last commit. They are so nice.
This commit is contained in:
@ -173,6 +173,8 @@ class HandleLocations
|
||||
// Save image
|
||||
|
||||
//extract data row by row
|
||||
|
||||
//TODO: set name to lowercase for comparison
|
||||
foreach ($records as $offset => $row) {
|
||||
$name = $row["Name"];
|
||||
$url = $row["Url"];
|
||||
|
Reference in New Issue
Block a user