diff --git a/web/skins/classic/includes/functions.php b/web/skins/classic/includes/functions.php index e468a0e10..c0caed8cb 100644 --- a/web/skins/classic/includes/functions.php +++ b/web/skins/classic/includes/functions.php @@ -238,7 +238,7 @@ function getNormalNavBarHTML($running, $user, $bandwidth_options, $view, $skin) echo ''; echo ''; } @@ -335,7 +335,7 @@ function getCollapsedNavBarHTML($running, $user, $bandwidth_options, $view, $ski @@ -730,11 +730,11 @@ function getHeaderFlipHTML() { } // Returns the html representing the logged in user name and avatar -function getAcctCircleHTML($skin, $user=null) { +function getAccountCircleHTML($skin, $user=null) { $result = ''; if ( ZM_OPT_USE_AUTH and $user ) { - $result .= ''.PHP_EOL;