A Collection of Our {$catName} Patterns.
$vars['catName'] = $this->patterns_access_model->get_category_by_id($categoryId);
// use Fuel_page to render so it will grab all opt-in variables and do any necessary parsing
$page_init = array('location' => 'patterns', 'render_mode' => 'cms');
$this->load->module_library(FUEL_FOLDER, 'fuel_page', $page_init);
$this->fuel_page->add_variables($vars);
$this->fuel_page->render();
It looks like you're new here. If you want to get involved, click one of these buttons!