public function action_index() { return Response::forge(View::forge('home/index.tpl')); }
The view file attempts to use the fuel_version() function:
{fuel_version()}
I get:
SmartyCompilerException [ Error ]: Syntax error in template .../fuel/app/views/home/index.tpl" on line 3 "{fuel_version()}" unknown function "fuel_version"