|
|
@ -606,6 +606,8 @@ class Template |
|
|
|
// Logo |
|
|
|
// Logo |
|
|
|
$logo = return_logo($this->theme); |
|
|
|
$logo = return_logo($this->theme); |
|
|
|
$this->assign('logo', $logo); |
|
|
|
$this->assign('logo', $logo); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->assign('show_media_element', 1); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
@ -857,7 +859,7 @@ class Template |
|
|
|
|
|
|
|
|
|
|
|
$notification = return_notification_menu(); |
|
|
|
$notification = return_notification_menu(); |
|
|
|
$this->assign('notification_menu', $notification); |
|
|
|
$this->assign('notification_menu', $notification); |
|
|
|
|
|
|
|
|
|
|
|
$resize = ''; |
|
|
|
$resize = ''; |
|
|
|
if (api_get_setting('accessibility_font_resize') == 'true') { |
|
|
|
if (api_get_setting('accessibility_font_resize') == 'true') { |
|
|
|
$resize .= '<div class="resize_font">'; |
|
|
|
$resize .= '<div class="resize_font">'; |
|
|
@ -869,7 +871,7 @@ class Template |
|
|
|
$resize .= '</div>'; |
|
|
|
$resize .= '</div>'; |
|
|
|
} |
|
|
|
} |
|
|
|
$this->assign('accessibility', $resize); |
|
|
|
$this->assign('accessibility', $resize); |
|
|
|
|
|
|
|
|
|
|
|
// Preparing values for the menu |
|
|
|
// Preparing values for the menu |
|
|
|
|
|
|
|
|
|
|
|
// Logout link |
|
|
|
// Logout link |
|
|
|