From: rabuzarus <> Date: Mon, 20 Jun 2016 11:44:11 +0000 (+0200) Subject: frio: disable the events module link in the profile tab X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=80f5065eb0ea472daae6fb0238e433de1a7c425a;p=friendica.git frio: disable the events module link in the profile tab --- diff --git a/view/theme/frio/theme.php b/view/theme/frio/theme.php index bab2d696aa..69f9267c20 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();