frio: disable the events module link in the profile tab

This commit is contained in:
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();