Remove unused theme info value "events_in_profile"

All public events (event if they are ownded by other users) are visible
This commit is contained in:
Hypolite Petovan 2022-11-30 12:03:42 -05:00
parent 2baa56d478
commit 0d53c69610
5 changed files with 4 additions and 16 deletions

View file

@ -53,8 +53,6 @@ function frio_init(App $a)
global $frio;
$frio = 'view/theme/frio';
// disable the events module link in the profile tab
$a->setThemeInfoValue('events_in_profile', false);
$a->setThemeInfoValue('videowidth', 622);
Renderer::setActiveTemplateEngine('smarty3');

View file

@ -42,8 +42,6 @@ use Friendica\Util\Strings;
function vier_init(App $a)
{
$a->setThemeInfoValue('events_in_profile', false);
Renderer::setActiveTemplateEngine('smarty3');
$args = DI::args();