lonnieezell / Ocular-Template-Library

A template/layout library for CodeIgniter
http://igniteyourcode.com/ocular
89 stars 23 forks source link

themed_view() #20

Open DomingosMartins opened 11 years ago

DomingosMartins commented 11 years ago

Hello,

I'm trying to put <?php echo themed_view('home/menu', $data); ?> in my aplication.php file to load a menu.php file. but the browser stop in that place.

i don't find any documentation about the function in the wiki.

i was seeing the function and the code and i think the error is in $ci->template->render_view($view);

Tanks, Domingos