aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-09-01 10:41:07 +0200
committerMario Vavti <mario@mariovavti.com>2017-09-01 10:41:07 +0200
commit3af3b36db3ef1ab0f8b5987a13d9adca482d0952 (patch)
treeca2187b520502ba903d32bedac1eb5d49c94ca3c /Zotlabs
parent7a42aed1f6800f31eda01f89a7f2971efea531a5 (diff)
parent9333503600c2775ec6e95a9f3c0dcc3cc77a3282 (diff)
downloadvolse-hubzilla-3af3b36db3ef1ab0f8b5987a13d9adca482d0952.tar.gz
volse-hubzilla-3af3b36db3ef1ab0f8b5987a13d9adca482d0952.tar.bz2
volse-hubzilla-3af3b36db3ef1ab0f8b5987a13d9adca482d0952.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Widget/Helpindex.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Widget/Helpindex.php b/Zotlabs/Widget/Helpindex.php
index 8299cf16a..6c8748194 100644
--- a/Zotlabs/Widget/Helpindex.php
+++ b/Zotlabs/Widget/Helpindex.php
@@ -25,6 +25,7 @@ class Helpindex {
// TODO: Implement support for translations in hierarchical table of content files
+ /*
if(argc() > 2) {
$path = '';
for($x = 1; $x < argc(); $x ++) {
@@ -36,6 +37,7 @@ class Helpindex {
$levels[] = preg_replace('/\<ul(.*?)\>/','<ul class="nav nav-pills flex-column">',$y);
}
}
+ */
if($level_0)
$o .= $level_0;