Welcome Guest, Not a member yet? Register   Sign In
Functions Do Not Load Correctly?
#2

[eluser]amw_drizz[/eluser]
Okay something interesting I found will experimenting some more.

in my ThemeChooser.php file

if I change this

Code:
$CI->parser->parse($ThemePath.'header', $data);
$CI->load->view($ThemePath.'left_bar');

to this
Code:
echo    $CI->parser->parse($ThemePath.'header', $data, TRUE);
echo    $CI->load->view($ThemePath.'left_bar',TRUE);

it will load the views/parse my templates on the pages that it is not loading. but it will not load certain css attributes. IE text formatting / placement.


Messages In This Thread
Functions Do Not Load Correctly? - by El Forum - 06-24-2008, 08:01 PM
Functions Do Not Load Correctly? - by El Forum - 06-25-2008, 10:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB