fix design, add addresses

This commit is contained in:
Ludovic CANDELLIER
2022-12-29 16:16:09 +01:00
parent 11aaaa024c
commit 5e6af2e5f8
22 changed files with 165 additions and 75 deletions

View File

@@ -20,12 +20,12 @@ class Homepages
public static function getFooter()
{
return self::get(2)->text ?? '';
return self::get(2)->text ?? '';
}
public static function getExtraFooter()
{
return self::get(3)->text ?? '';
return self::get(3)->text ?? '';
}
public static function get($id)