[eluser]Paulo Carvalho [/eluser]
now on the new setup works fine.
Stupid me didnt up the My_loader and MY_router.
but the only diference in MY_loader orginal and the one I have is this:
Code:
public $theme = '';
public function __construct()
{
parent::__construct();
$this->set_theme($this->theme);
}
public function set_theme($theme_name)
{
$this->theme = $theme_name;
$this->_ci_view_paths = array(APPPATH.'../luso_cms_global/themes/'. $this->theme .'/views/' => TRUE);
}