array( | 'content' => array('

Welcome

','

Hello World

'), | 'name' => 'Page Header', | 'wrapper' => '
', | 'attributes' => array('id' => 'header', 'class' => 'clearfix') | ) | ); | */ /* |-------------------------------------------------------------------------- | Default Template Configuration (adjust this or create your own) |-------------------------------------------------------------------------- */ $template['default']['template'] = 'templates/main'; $template['default']['regions'] = array( 'title', 'content', 'frm_contact', 'frm_newsletter', 'active_page' ); $template['default']['parser'] = 'parser'; $template['default']['parser_method'] = 'parse'; $template['default']['parse_template'] = FALSE; $template['admin']['template'] = 'templates/admin'; $template['admin']['regions'] = array( 'title', 'content' ); $template['admin']['parser'] = 'parser'; $template['admin']['parse_method'] = 'parse'; $template['admin']['parse_template'] = FALSE; /* End of file template.php */ /* Location: ./system/application/config/template.php */