|
@@ -98,9 +98,7 @@ if (api_get_setting('allow_social_tool') == 'true') {
|
|
];
|
|
];
|
|
}
|
|
}
|
|
|
|
|
|
-$interbreadcrumb[] = ['url' => '#', 'name' => get_lang('MyFiles')];
|
|
|
|
-
|
|
|
|
-$tpl = new Template();
|
|
|
|
|
|
+$tpl = new Template(get_lang('MyFiles'));
|
|
SocialManager::setSocialUserBlock($tpl, api_get_user_id(), 'myfiles');
|
|
SocialManager::setSocialUserBlock($tpl, api_get_user_id(), 'myfiles');
|
|
$editor = new \Chamilo\CoreBundle\Component\Editor\Editor();
|
|
$editor = new \Chamilo\CoreBundle\Component\Editor\Editor();
|
|
$template = $tpl->get_template($editor->getEditorStandAloneTemplate());
|
|
$template = $tpl->get_template($editor->getEditorStandAloneTemplate());
|