move doc file parsing and rendering from the module level to the help library so that it can be re-used by widgets
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user