I've got a problem on my interface. I'm using codeigniter pagination with this one. All data are fetched correctly and returned in a paginated way. Pagination is good also. The main problem is if i go the next page of the pagination, the UI is broken but data are still there. I don't know how to fix this, I'm still new to codeigniter. please help
link using home
correctly displays the UI and the paginated contents but When link goes home/index/15
or clicking for the next page results, UI is broken. I've also checked the page source and still its okay. I'm using <?php echo base_url();?>assets/
to link through my css and js and other assets.