i want to change the theme.
i added new theme and save it in
Code:
/usr/ports/net-mgmt/zabbix-server/work/zabbix-1.8/frontends/php/styles/
then change in forms.inc.php
Code:
$cmbTheme->addItem('mytheme.css',MYTHEME);
plus add in en_gb_inc.php
Code:
'MYTHEME'=> 'Mytheme',
the last thing i change the config.php
Code:
$combo_theme->addItem('mytheme.css',MYTHEME);
but in the frontend gui. there is new theme to be implement.

please help me~
fyi,
i use FreeBSD 8.0
Zabbix 1.8
i added new theme and save it in
Code:
/usr/ports/net-mgmt/zabbix-server/work/zabbix-1.8/frontends/php/styles/
then change in forms.inc.php
Code:
$cmbTheme->addItem('mytheme.css',MYTHEME);
plus add in en_gb_inc.php
Code:
'MYTHEME'=> 'Mytheme',
the last thing i change the config.php
Code:
$combo_theme->addItem('mytheme.css',MYTHEME);
but in the frontend gui. there is new theme to be implement.

please help me~
fyi,
i use FreeBSD 8.0
Zabbix 1.8
Comment