fix design, add addresses

This commit is contained in:
Ludovic CANDELLIER
2022-12-29 16:16:09 +01:00
parent 7819a8e11b
commit 28c200fd9f
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)