Merge branch 'master' into permissions

This commit is contained in:
Paolo
2018-06-15 11:13:16 +02:00
28 changed files with 2619 additions and 941 deletions
@@ -1,12 +1,12 @@
<?php
/**
*
* Renders the header menu
*/
class NavigationHeaderWidget extends Widget
{
/**
*
* Renders the header menu
*/
public function display($widgetData)
{
+2 -2
View File
@@ -1,12 +1,12 @@
<?php
/**
*
* Renders the left side menu
*/
class NavigationMenuWidget extends Widget
{
/**
*
* Renders the left side menu
*/
public function display($widgetData)
{
+2 -2
View File
@@ -1,12 +1,12 @@
<?php
/**
*
* Renders the navigation widget making use of the NavigationMenuWidget and the NavigationHeaderWidget
*/
class NavigationWidget extends Widget
{
/**
*
* Renders the entire widget
*/
public function display($widgetData)
{