I'm new in using the CodeIgniter and I want to find the view what contain the page's head, because I want to pleace into that my Google Analytics tracking code. I found my base controller, but in the basic controller I found only this:
class Page extends Base_Controller
{
public function index()
{
// Init the Page TagManager
TagManager_Page::init();
}
}
Somebody can help me how where can I find that controller and model what loads the view what I want?
application/views/and find the header there. if there are modules then you need to search them