diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-04 00:50:35 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-04 00:50:35 -0700 |
commit | 5a1887ed176aeab56340d78d3ea834be71f2ca8e (patch) | |
tree | 720434fdc1a47b6cb324ce2f4ef922195cab55da /include/widgets.php | |
parent | 0998a108eab34ff8041c3b21589c1a0d36a8ee0a (diff) | |
download | volse-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.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>'; |