mirror of
https://github.com/friendica/friendica
synced 2025-04-20 05:50:11 +00:00
theme infos are now bundled in a single array
This commit is contained in:
parent
0551648399
commit
c52b8595e8
9 changed files with 22 additions and 21 deletions
|
@ -81,7 +81,7 @@ class BaseProfile extends BaseModule
|
|||
];
|
||||
|
||||
// the calendar link for the full featured events calendar
|
||||
if ($is_owner && $a->theme_events_in_profile) {
|
||||
if ($is_owner && $a->theme_info['events_in_profile']) {
|
||||
$tabs[] = [
|
||||
'label' => DI::l10n()->t('Events'),
|
||||
'url' => DI::baseUrl() . '/events',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue