array( | 'content' => array('

Welcome

','

Hello World

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