mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Default/Domain/User Settings: Handle boolean value for menu_main_icons setting.
This commit is contained in:
@@ -234,6 +234,7 @@ if (sizeof($_REQUEST) > 1) {
|
||||
}
|
||||
}
|
||||
else if (
|
||||
( $category == "theme" && $subcategory == "menu_main_icons" && $name == "boolean" ) ||
|
||||
( $category == "theme" && $subcategory == "menu_sub_icons" && $name == "boolean" ) ||
|
||||
( $category == "theme" && $subcategory == "menu_brand_type" && $name == "text" ) ||
|
||||
( $category == "theme" && $subcategory == "menu_style" && $name == "text" ) ||
|
||||
|
||||
Reference in New Issue
Block a user