예제 #1
0
파일: head.php 프로젝트: billerby/Surdeg
 function build()
 {
     $head = new Head();
     $head->meta();
     $head->conditional_styles();
     $head->stylesheets();
     $head->scripts();
     $head->rss_xml();
     $head->user_scripts();
     $head->output();
     $head->add_ons();
 }