fix embed-image for fullscreen mode and some adjustments for /help

This commit is contained in:
Mario Vavti
2016-12-10 21:33:29 +01:00
parent 2dfb4d0c17
commit 65a26958f7
4 changed files with 29 additions and 41 deletions

View File

@@ -1573,7 +1573,7 @@ function widget_tasklist($arr) {
function widget_helpindex($arr) {
$o .= '<div class="widget">';
$o .= '<h3>' . t('Documentation') . '</h3>';
//$o .= '<h3>' . t('Documentation') . '</h3>';
$level_0 = get_help_content('sitetoc');
if(! $level_0)