Update jQuery from 1.12.4 to 3.7.1
[phorkie.git] / www / display.php
index a41f4a8e65df5af5d9ee4d83e29099d8477b80cd..464741b8c86f77c208a5ebfbc1ea3c8057631dd7 100644 (file)
@@ -21,6 +21,8 @@ render(
         'repo' => $repo,
         'dh'   => new \Date_HumanDiff(),
         'htmlhelper' => new HtmlHelper(),
+        'domain'     => $_SERVER['HTTP_HOST'],
+        'flashmessages' => FlashMessage::getAll(),
     )
 );
 ?>