예제 #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());
 }
예제 #2
0
파일: CMS.php 프로젝트: emilymwang8/cms
 public function get_head_sections()
 {
     return array_merge(parent::get_head_sections());
 }