Welcome Guest, Not a member yet? Register   Sign In
Navigation Path Problem
#16

[eluser]o_Ojack[/eluser]
right now i have:
Code:
function builds()
    {
        $query = $this->btrms_model->getProductBuilds($this->uri->segment(3));
        $fields = $this->btrms_model->getFields($query);
        $data = array(
                        'query'      => $query,
                        'fields'     => $fields,
                        'crumbs'     => array(site_url(),'Home')
                    );
        array_push($data['crumbs'],array(site_url().$this->uri->uri_string(),'Builds for Products: '.$this->uri->segment(3)));
        $this->load->view('builds_view',$data);    
    }
and in my header file:
Code:
<div id="header_left"><h3>
    &lt;?php foreach($crumbs as $crumb):?&gt;
        &lt;?php echo (is_array($crumb) ? anchor($crumb[0],$crumb[1].' > ') : $crumb);?&gt;
    &lt;?php endforeach?&gt;
    
</h3></div>

But when i go to the page it shows:
http://9.196.182.165/ Home Builds for Products: core_omnibus >
The first crumb is not being displayed correct for some reason, please help =S


Messages In This Thread
Navigation Path Problem - by El Forum - 09-12-2007, 08:25 AM
Navigation Path Problem - by El Forum - 09-12-2007, 08:54 AM
Navigation Path Problem - by El Forum - 09-12-2007, 09:20 AM
Navigation Path Problem - by El Forum - 09-12-2007, 09:55 AM
Navigation Path Problem - by El Forum - 09-12-2007, 10:12 AM
Navigation Path Problem - by El Forum - 09-12-2007, 10:14 AM
Navigation Path Problem - by El Forum - 09-12-2007, 10:31 AM
Navigation Path Problem - by El Forum - 09-12-2007, 10:33 AM
Navigation Path Problem - by El Forum - 09-12-2007, 10:53 AM
Navigation Path Problem - by El Forum - 09-12-2007, 11:53 AM
Navigation Path Problem - by El Forum - 09-12-2007, 12:18 PM
Navigation Path Problem - by El Forum - 09-12-2007, 12:20 PM
Navigation Path Problem - by El Forum - 09-12-2007, 12:22 PM
Navigation Path Problem - by El Forum - 09-12-2007, 08:05 PM
Navigation Path Problem - by El Forum - 09-13-2007, 03:02 AM
Navigation Path Problem - by El Forum - 09-13-2007, 03:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB