Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-7995

Problem in Manual V2.2.2

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • 2.2.2
    • Documentation (D)
    • None

      According to the manual on the link -> https://www.zabbix.com/documentation/2.2/manual/web_interface/theming
      I'm having the following problem in the code below.

      public function getThemes()

      { return array_merge(parent::getThemes(), array( 'mytheme' => _('My theme') )); }

      Follow the code of version 2.0 and got no problems. Follows the code.

      public static function getThemes()

      { return array_merge(parent::getThemes(), array( 'mytheme' => _('My theme') )); }

      =====

      DIFF >>> public STATIC <<<-

      I'm not quite sure if it may have something to do with the version of my PHP.

      Thanks

            martins-v Martins Valkovskis
            eduwutzl@gmail.com Eduardo Wutzl da Silva
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: