Add expiration date to family view, close #16
This commit is contained in:
parent
02ce6205da
commit
d2a1d60df0
@ -108,6 +108,11 @@ $family = (new Family())->load($famid);
|
||||
"icon" => "fas fa-newspaper",
|
||||
"label" => "Newsletter"
|
||||
],
|
||||
[
|
||||
"value" => date("M j Y", $family->getExpires()),
|
||||
"icon" => "fas fa-calendar",
|
||||
"label" => "Expires"
|
||||
],
|
||||
];
|
||||
foreach ($items as $i) {
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user