Merge pull request #2625 from rabuzarus/1906-event-test

frio: disable the events module link in the profile tab
pull/2624/head
Michael Vogel 2016-06-20 14:26:27 +02:00 zatwierdzone przez GitHub
commit b411380c4c
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

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