mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
Merge branch 'master' into permissions
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
*
|
||||
* Renders the header menu
|
||||
*/
|
||||
class NavigationHeaderWidget extends Widget
|
||||
{
|
||||
/**
|
||||
*
|
||||
* Renders the header menu
|
||||
*/
|
||||
public function display($widgetData)
|
||||
{
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
*
|
||||
* Renders the left side menu
|
||||
*/
|
||||
class NavigationMenuWidget extends Widget
|
||||
{
|
||||
/**
|
||||
*
|
||||
* Renders the left side menu
|
||||
*/
|
||||
public function display($widgetData)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user