Welcome Guest, Not a member yet? Register   Sign In
URL / Controler realted
#8

[eluser]tonanbarbarian[/eluser]
it is just default not case default
Code:
function veterans($location='')
        {
            $data['pgtitle'] = 'Catholic Charities - Veterans Services';
            $data['crumb'] = 'services';
            $data['left_col'] = 'services';

            switch($location){
            case 'location1':
            $this->template->load('ccSecondaryPageTemplate', 'test/index1', $data);
                break;
            case 'location2':
            $this->template->load('ccSecondaryPageTemplate', 'test/index2', $data);
                break;
            default:
            $this->template->load('ccSecondaryPageTemplate', 'services/veterans_services', $data);
                break;
        }


Messages In This Thread
URL / Controler realted - by El Forum - 12-26-2007, 09:35 AM
URL / Controler realted - by El Forum - 12-26-2007, 09:42 AM
URL / Controler realted - by El Forum - 12-26-2007, 04:20 PM
URL / Controler realted - by El Forum - 12-26-2007, 04:21 PM
URL / Controler realted - by El Forum - 12-26-2007, 04:27 PM
URL / Controler realted - by El Forum - 12-26-2007, 04:31 PM
URL / Controler realted - by El Forum - 12-26-2007, 04:49 PM
URL / Controler realted - by El Forum - 12-26-2007, 05:07 PM
URL / Controler realted - by El Forum - 12-26-2007, 07:15 PM
URL / Controler realted - by El Forum - 12-26-2007, 11:21 PM
URL / Controler realted - by El Forum - 12-27-2007, 01:12 AM
URL / Controler realted - by El Forum - 12-27-2007, 09:01 AM
URL / Controler realted - by El Forum - 12-27-2007, 09:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB