mirror of
https://github.com/friendica/friendica
synced 2025-04-26 14:30:13 +00:00
added spaces + some curly braces
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
0cd241bcbe
commit
41a36606c6
60 changed files with 1018 additions and 930 deletions
|
@ -8,7 +8,7 @@ function nav(App $a) {
|
|||
*
|
||||
*/
|
||||
|
||||
if(!(x($a->page,'nav')))
|
||||
if (!(x($a->page,'nav')))
|
||||
$a->page['nav'] = '';
|
||||
|
||||
$a->page['htmlhead'] .= replace_macros(get_markup_template('nav_head.tpl'), array());
|
||||
|
@ -136,7 +136,7 @@ function nav_info(App $a)
|
|||
|
||||
if (strlen(get_config('system', 'singleuser'))) {
|
||||
$gdir = get_config('system', 'directory');
|
||||
if(strlen($gdir)) {
|
||||
if (strlen($gdir)) {
|
||||
$gdirpath = zrl($gdir, true);
|
||||
}
|
||||
} elseif (get_config('system', 'community_page_style') == CP_USERS_ON_SERVER) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue