Answer the question
In order to leave comments, you need to log in
Where are the header and footer stored?
There is a script written in codeintiger
If you delete absolutely everything from the php file, then the header and footer remain on the page The
question is, how is this implemented? where is it written approximately, and how to turn it off for a specific page?
Answer the question
In order to leave comments, you need to log in
usually stored in the "views" folder.
loaded like this:
$this->load->view("header");
$this->load->view("footer");
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question