Zabbix 2.0 -> Zabbix Manual -> Web interface -> Creating your own theme
4. Creating your own theme --> Overview --> Step 2
(emphasis added to incorrect text in section)
Replace:
Add your theme to the list of themes returned by the Z::getThemes() method. You can do this by overriding the ZBase::getThemes() method in the Z class. This can be done by adding the following code before the closing brace in classes/include/core/Z.php:
With:
Add your theme to the list of themes returned by the Z::getThemes() method. You can do this by overriding the ZBase::getThemes() method in the Z class. This can be done by adding the following code before the closing brace in include/classes/core/Z.php:
4. Creating your own theme --> Overview --> Step 2
(emphasis added to incorrect text in section)
Replace:
Add your theme to the list of themes returned by the Z::getThemes() method. You can do this by overriding the ZBase::getThemes() method in the Z class. This can be done by adding the following code before the closing brace in classes/include/core/Z.php:
With:
Add your theme to the list of themes returned by the Z::getThemes() method. You can do this by overriding the ZBase::getThemes() method in the Z class. This can be done by adding the following code before the closing brace in include/classes/core/Z.php:

Comment