Clean TopMenu widget

This commit is contained in:
Carlos Ferreira 2018-01-15 16:04:20 +01:00 committed by GitHub
parent ca4556e5bd
commit 988c5167f5
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
}
}
?>