mirror of
https://github.com/friendica/friendica
synced 2025-04-24 08:30:11 +00:00
Add new documentation page about moving classes to src
This commit is contained in:
parent
70563e0324
commit
dfd4c8528e
7 changed files with 222 additions and 101 deletions
|
@ -90,7 +90,7 @@ function help_content(App $a) {
|
|||
for($k=0;$k<$lastlevel; $k++) $toc.="</ul>";
|
||||
$html = implode("\n",$lines);
|
||||
|
||||
$a->page['aside'] = $toc.$a->page['aside'];
|
||||
$a->page['aside'] = '<section class="help-aside-wrapper">' . $toc . $a->page['aside'] . '</section>';
|
||||
}
|
||||
|
||||
$html = "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue