YaWK  24.1
Yet another WebKit
menus.php File Reference

Go to the source code of this file.

Variables

 $globalMenuID = settings::getSetting($db, "globalmenuid")
 
print $lang ['MENU+']
 
 $rows = backend::getMenusArray($db)
 
if(!isset($menu)) if(isset($_GET['toggle']) &&($_GET['toggle']==="1")) if(isset($_GET['add']) &&($_GET['add']==="1")) if (isset( $_GET[ 'del']) &&( $_GET[ 'del']==="1"))
 

Variable Documentation

◆ $globalMenuID

$globalMenuID = settings::getSetting($db, "globalmenuid")

Definition at line 124 of file menus.php.

◆ $lang

print $lang[ 'MENU+']

Definition at line 108 of file menus.php.

◆ $rows

$rows = backend::getMenusArray($db)

◆ if

if (!isset( $menu)) if (isset( $_GET[ 'toggle']) &&( $_GET[ 'toggle']==="1")) if (isset( $_GET[ 'add']) &&( $_GET[ 'add']==="1")) if(isset($_GET['del']) &&($_GET['del']==="1")) ( isset( $_GET[ 'del']) &&( $_GET[ 'del']==="1")  )

Definition at line 62 of file menus.php.