diff options
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/widgets.php b/include/widgets.php index c57cbd749..412afe980 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -1492,6 +1492,9 @@ function widget_tasklist($arr) { function widget_helpindex($arr) { + + + $o .= '<div class="widget">' . '<h3>' . t('Documentation') . '</h3>'; $o .= '<ul class="nav nav-pills nav-stacked">'; $o .= '<li><a href="help/general">' . t('Project/Site Information') . '</a></li>'; |