frio: disable the events module link in the profile tab
This commit is contained in:
@@ -12,6 +12,10 @@ $frio = "view/theme/frio";
|
|||||||
global $frio;
|
global $frio;
|
||||||
|
|
||||||
function frio_init(&$a) {
|
function frio_init(&$a) {
|
||||||
|
|
||||||
|
// disable the events module link in the profile tab
|
||||||
|
$a->theme_events_in_profile = false;
|
||||||
|
|
||||||
set_template_engine($a, 'smarty3');
|
set_template_engine($a, 'smarty3');
|
||||||
|
|
||||||
$baseurl = $a->get_baseurl();
|
$baseurl = $a->get_baseurl();
|
||||||
|
|||||||
Reference in New Issue
Block a user