mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Fixes #4346 - TinyMce parser issue. Hide side-panel help icon on legacy admin theme.
This commit is contained in:
@@ -2658,6 +2658,10 @@ Inverse 10 <span class="badge badge-inverse">10</span>
|
||||
*/
|
||||
private function renderHelpIcon()
|
||||
{
|
||||
if(deftrue('THEME_STYLE') !== 'css/modern-light.css' && deftrue('THEME_STYLE') !=='css/modern-dark.css')
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
$text = '
|
||||
<ul class="nav nav-pills nav-stacked" style="position: absolute;bottom: 100px;">
|
||||
|
Reference in New Issue
Block a user