Welcome Guest, Not a member yet? Register   Sign In
Cant rename or move application folder without breaking the cms.
#19

[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);
          
       }


Messages In This Thread
Cant rename or move application folder without breaking the cms. - by El Forum - 07-10-2012, 05:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB