aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-12-10 21:33:29 +0100
committerMario Vavti <mario@mariovavti.com>2016-12-10 21:33:29 +0100
commit65a26958f77f7a2cac670ec80f3a5a82c3aac95a (patch)
tree6bc1a3da63d35f2f10f3ec5d2e99b3b5eac78303 /include
parent2dfb4d0c17c1963d88a8219876ec89516358d0d9 (diff)
downloadvolse-hubzilla-65a26958f77f7a2cac670ec80f3a5a82c3aac95a.tar.gz
volse-hubzilla-65a26958f77f7a2cac670ec80f3a5a82c3aac95a.tar.bz2
volse-hubzilla-65a26958f77f7a2cac670ec80f3a5a82c3aac95a.zip
fix embed-image for fullscreen mode and some adjustments for /help
Diffstat (limited to 'include')
-rw-r--r--include/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php
index b6d3fb7ae..4cb8f8372 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -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)