Merge pull request #2938 from acs-ferreira/patch-31

Clean TopMenu widget
This commit is contained in:
Lucas Bartholemy 2018-01-15 17:09:34 +01:00 committed by GitHub
commit 97fe63526f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
/**
* @link https://www.humhub.org/
* @copyright Copyright (c) 2017 HumHub GmbH & Co. KG
* @copyright Copyright (c) 2018 HumHub GmbH & Co. KG
* @license https://www.humhub.com/licences
*/
@ -23,7 +23,7 @@ class TopMenu extends BaseMenu
/**
* @inheritdoc
*/
public $template = "topNavigation";
public $template = 'topNavigation';
/**
* @inheritdoc
@ -44,5 +44,3 @@ class TopMenu extends BaseMenu
}
}
?>