You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mods-for-HESK-Netsyms/nuMods_settings.inc.php

24 lines
944 B
PHP

<?php
//-- NuMods Theme Color Settings
$nuMods_settings['navbarBackgroundColor'] = '#414a5c';
$nuMods_settings['navbarBrandColor'] = '#d4dee7';
$nuMods_settings['navbarBrandHoverColor'] = '#ffffff';
$nuMods_settings['navbarItemTextColor'] = '#d4dee7';
$nuMods_settings['navbarItemTextHoverColor'] = '#ffffff';
$nuMods_settings['navbarItemTextSelectedColor'] = '#ffffff';
$nuMods_settings['navbarItemSelectedBackgroundColor'] = '#2d3646';
$nuMods_settings['dropdownItemTextColor'] = '#333333';
$nuMods_settings['dropdownItemTextHoverColor'] = '#262626';
$nuMods_settings['dropdownItemTextHoverBackgroundColor'] = '#f5f5f5';
$nuMods_settings['questionMarkColor'] = '#000000';
//-- Set this to 1 for right-to-left text. EXPERIMENTAL!
$nuMods_settings['rtl'] = 0;
//-- Set this to 1 to show icons next to navigation menu items
$nuMods_settings['show_icons'] = 0;
/* DO NOT EDIT ANYTHING BELOW THIS LINE */
$nuMods_settings['version']='1.2.4';