Theme: Header Bar updates.

This commit is contained in:
Nate
2020-05-27 23:02:13 -06:00
parent 6f33204316
commit d05429ad4e
8 changed files with 92 additions and 38 deletions

View File

@@ -324,6 +324,7 @@
( $category == "theme" && $subcategory == "menu_brand_type" && $name == "text" ) ||
( $category == "theme" && $subcategory == "menu_style" && $name == "text" ) ||
( $category == "theme" && $subcategory == "menu_position" && $name == "text" ) ||
( $category == "theme" && $subcategory == "body_header_brand_type" && $name == "text" ) ||
( $category == "theme" && $subcategory == "logo_align" && $name == "text" )
) {
echo " ".$text['label-'.$row['default_setting_value']];