I cant integrate the bootstrap 3 in my pagination, I am using codeigniter in my system, here is my code so far
$config[\'base_url\'] = base_url().\"/merchant
Your these tags were creating problem, Replace them like below
Replace this
$config['full_tag_open'] = ''; $config['full_tag_close'] = '';
With them
$config['full_tag_open'] = ""; $config['full_tag_close'] = '';