This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
frio: disable the events module link in the profile tab
pull/2625/head
rabuzarus
5 years ago
parent
7495a34b32
commit
80f5065eb0
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
view/theme/frio/theme.php
+ 4
- 0
view/theme/frio/theme.php
View File
@ -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
();
Write
Preview
Loading…
Cancel
Save