Updated version number and name

This commit is contained in:
Mike Koch 2014-06-28 00:16:59 -04:00
parent d55c3903c1
commit 0b147cf451

View File

@ -1,6 +1,6 @@
<?php <?php
//-- HESK UI Theme Color Settings //-- NuHesk Theme Color Settings
$hesk_ui_settings['navbarBackgroundColor'] = '#414a5c'; $hesk_ui_settings['navbarBackgroundColor'] = '#414a5c';
$hesk_ui_settings['navbarBrandColor'] = '#d4dee7'; $hesk_ui_settings['navbarBrandColor'] = '#d4dee7';
$hesk_ui_settings['navbarBrandHoverColor'] = '#ffffff'; $hesk_ui_settings['navbarBrandHoverColor'] = '#ffffff';
@ -14,6 +14,6 @@ $hesk_ui_settings['dropdownItemTextHoverBackgroundColor'] = '#f5f5f5';
$hesk_ui_settings['questionMarkColor'] = '#000000'; $hesk_ui_settings['questionMarkColor'] = '#000000';
/* DO NOT EDIT ANYTHING BELOW THIS LINE */ /* DO NOT EDIT ANYTHING BELOW THIS LINE */
$hesk_ui_settings['version']='1.1.5'; $hesk_ui_settings['version']='1.2.0';
?> ?>