db->get_where('settings' , array('type'=>'system_name'))->row()->description; $system_title = $this->db->get_where('settings' , array('type'=>'system_title'))->row()->description; $skin = $this->db->get_where('settings' , array('type'=>'skin'))->row()->description; $account_type = $this->session->userdata('login_type'); ?> <?php echo $page_title;?> | <?php echo $system_title;?>