Add missing Friendica\DI namespace to files (PHPStorm inspection)
This commit is contained in:
parent
2204016071
commit
21640ec5d8
17 changed files with 18 additions and 2 deletions
|
|
@ -21,8 +21,8 @@
|
|||
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
|
||||
<?php
|
||||
if(!empty($page['nav'])) {
|
||||
echo str_replace("~config.sitename~",Friendica\Core\DI::config()->get('config','sitename'),
|
||||
str_replace("~system.banner~",Friendica\Core\DI::config()->get('system','banner'),
|
||||
echo str_replace("~config.sitename~",Friendica\DI::config()->get('config','sitename'),
|
||||
str_replace("~system.banner~",Friendica\DI::config()->get('system','banner'),
|
||||
$page['nav']
|
||||
));};
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue