|
@@ -624,10 +624,11 @@ class Template
|
|
|
$notification = $this->returnNotificationMenu();
|
|
|
$this->assign('notification_menu', $notification);
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
-
|
|
|
- $this->assign('logout_link', api_get_path(WEB_PUBLIC_PATH).'logout');
|
|
|
+
|
|
|
+
|
|
|
+ $this->assign('logout_link', $this->app['url_generator']->generate('admin_logout'));
|
|
|
|
|
|
|
|
|
if (api_get_setting('allow_social_tool') == 'true') {
|