mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Fix code standard
This commit is contained in:
parent
7bbefae3e6
commit
795873b911
2 changed files with 82 additions and 82 deletions
|
@ -32,17 +32,17 @@ $frio = 'view/theme/frio';
|
|||
header('Location: /login');
|
||||
} ?>
|
||||
<?php
|
||||
if(!empty($page['nav'])) {
|
||||
echo str_replace(
|
||||
'~config.sitename~',
|
||||
DI::config()->get('config', 'sitename'),
|
||||
str_replace(
|
||||
'~system.banner~',
|
||||
DI::config()->get('system', 'banner'),
|
||||
$page['nav']
|
||||
)
|
||||
);
|
||||
};
|
||||
if(!empty($page['nav'])) {
|
||||
echo str_replace(
|
||||
'~config.sitename~',
|
||||
DI::config()->get('config', 'sitename'),
|
||||
str_replace(
|
||||
'~system.banner~',
|
||||
DI::config()->get('system', 'banner'),
|
||||
$page['nav']
|
||||
)
|
||||
);
|
||||
};
|
||||
?>
|
||||
<main>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue