X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftheme.php;h=e1c2fd690844f2e5a8b2eac1aa18797e75015738;hb=e34e1f7c2b6cc9a9c3b14c6d658c012bd569c50f;hp=bab2d696aae3bc6c146ebe62ca54158a03bbd746;hpb=933f5973af8e3b4f91e0821bd1e1f1ef8e825570;p=friendica.git diff --git a/view/theme/frio/theme.php b/view/theme/frio/theme.php index bab2d696aa..e1c2fd6908 100644 --- a/view/theme/frio/theme.php +++ b/view/theme/frio/theme.php @@ -12,6 +12,10 @@ $frio = "view/theme/frio"; global $frio; function frio_init(&$a) { + + // disable the events module link in the profile tab + $a->theme_events_in_profile = false; + set_template_engine($a, 'smarty3'); $baseurl = $a->get_baseurl(); @@ -313,4 +317,4 @@ function frio_acl_lookup($a, &$results) { $results["items"] = $contacts; $results["tot"] = $total; } -} \ No newline at end of file +}