whitespace cleanup

This commit is contained in:
Mario Vavti 2017-01-22 10:20:39 +01:00
parent 1d65bc6382
commit d2226c0e9b

View File

@ -12,8 +12,8 @@ function nav(&$a) {
App::$page['nav'] = ''; App::$page['nav'] = '';
$base = z_root(); $base = z_root();
App::$page['htmlhead'] .= <<< EOT
App::$page['htmlhead'] .= <<< EOT
<script>$(document).ready(function() { <script>$(document).ready(function() {
$("#nav-search-text").search_autocomplete('$base/acl'); $("#nav-search-text").search_autocomplete('$base/acl');
}); });
@ -21,8 +21,6 @@ function nav(&$a) {
</script> </script>
EOT; EOT;
if(local_channel()) { if(local_channel()) {
$channel = App::get_channel(); $channel = App::get_channel();
$observer = App::get_observer(); $observer = App::get_observer();
@ -234,11 +232,11 @@ EOT;
$x = array('nav' => $nav, 'usermenu' => $userinfo ); $x = array('nav' => $nav, 'usermenu' => $userinfo );
call_hooks('nav', $x); call_hooks('nav', $x);
// Not sure the best place to put this on the page. So I'm implementing it but leaving it // Not sure the best place to put this on the page. So I'm implementing it but leaving it
// turned off until somebody discovers this and figures out a good location for it. // turned off until somebody discovers this and figures out a good location for it.
$powered_by = ''; $powered_by = '';
// $powered_by = '<strong>red<img class="smiley" src="' . z_root() . '/images/rm-16.png" alt="r#" />matrix</strong>'; // $powered_by = '<strong>red<img class="smiley" src="' . z_root() . '/images/rm-16.png" alt="r#" />matrix</strong>';
$tpl = get_markup_template('nav.tpl'); $tpl = get_markup_template('nav.tpl');
@ -257,7 +255,6 @@ $powered_by = '';
'$pleasewait' => t('Please wait...') '$pleasewait' => t('Please wait...')
)); ));
if(x($_SESSION, 'reload_avatar') && $observer) { if(x($_SESSION, 'reload_avatar') && $observer) {
// The avatar has been changed on the server but the browser doesn't know that, // The avatar has been changed on the server but the browser doesn't know that,
// force the browser to reload the image from the server instead of its cache. // force the browser to reload the image from the server instead of its cache.