Hello. Please help me with Fuelphp templates:I Want to use themes from other cms. Files of these themes are contains variables like {variable}or {headers} - without $. Like a substring. Anybody can help to replase these variables to fuel php $variable. Thanks.
$this->theme->set_template('main');
$this->theme->get_template()->set("{headers}", "My homepage");
Ideally you would want to use the parser package, and write a custom parser for those specific templates. With a bit of luck that's not that difficult.