content)) { foreach ($this->content as $title => $value) { if (is_array($value)) { if (array_key_exists('status', $value)) { echo $this->partial('indicator.phtml', array( 'label' => $title, 'status' => $value['status'], 'class' => $value['displayClass'] ) ); } } else if ($title == 'phpinfo') { ?>
/s', '', $value); $value = preg_replace('!
!', '', $value); echo $value; ?>
partial('indicator.phtml', array( 'label' => $title, 'status' => '', 'class' => 'good', 'message' => $value ) ); } } } else { echo $this->escape($this->content); } ?>