diff --git a/src/frontend.template.php b/src/frontend.template.php index f8d5711..074b2cd 100644 --- a/src/frontend.template.php +++ b/src/frontend.template.php @@ -20,52 +20,34 @@ $mailIds = array_map(function ($mail) { }, $emails); $mailIdsJoinedString = filter_var(join('|', $mailIds), FILTER_SANITIZE_SPECIAL_CHARS); +function niceDate($date){ + return $date; +} ?> + + + + - <?php - echo $emails ? "(" . count($emails) . ") " : ""; - echo $user->address ?> - - - - - - - + + + + + <?php + echo $emails ? "(" . count($emails) . ") " : ""; + echo $user->address ?> + + - - -