mirror of
https://github.com/friendica/friendica
synced 2025-04-19 05:50:10 +00:00
Adapt BaseURL calls to new UriInterface
This commit is contained in:
parent
9e6d95284b
commit
f0c29edcde
101 changed files with 218 additions and 241 deletions
|
@ -102,7 +102,7 @@ class Help extends BaseModule
|
|||
|
||||
$idNum[$level] ++;
|
||||
|
||||
$href = DI::baseUrl()->get() . "/help/{$filename}#{$anchor}";
|
||||
$href = DI::baseUrl() . "/help/{$filename}#{$anchor}";
|
||||
$toc .= "<li><a href=\"{$href}\">" . strip_tags($line) . "</a></li>";
|
||||
$id = implode("_", array_slice($idNum, 1, $level));
|
||||
$line = "<a name=\"{$id}\"></a>" . $line;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue