frio: disable the events module link in the profile tab

这个提交包含在:
rabuzarus 2016-06-20 13:44:11 +02:00
父节点 7495a34b32
当前提交 80f5065eb0
共有 1 个文件被更改,包括 4 次插入0 次删除

查看文件

@ -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();