Exemplo n.º 1
0
 public function get_head_sections()
 {
     return array_merge(array('<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">'), parent::get_head_sections());
 }
Exemplo n.º 2
0
 public function get_head_sections()
 {
     return array_merge(parent::get_head_sections());
 }