aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-09-04 00:50:35 -0700
committerredmatrix <mike@macgirvin.com>2016-09-04 00:50:35 -0700
commit5a1887ed176aeab56340d78d3ea834be71f2ca8e (patch)
tree720434fdc1a47b6cb324ce2f4ef922195cab55da /include/widgets.php
parent0998a108eab34ff8041c3b21589c1a0d36a8ee0a (diff)
downloadvolse-hubzilla-5a1887ed176aeab56340d78d3ea834be71f2ca8e.tar.gz
volse-hubzilla-5a1887ed176aeab56340d78d3ea834be71f2ca8e.tar.bz2
volse-hubzilla-5a1887ed176aeab56340d78d3ea834be71f2ca8e.zip
move doc file parsing and rendering from the module level to the help library so that it can be re-used by widgets
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php3
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>';