Hello,
I'm quite new to GroceryCrud and I have created a basic website that is working fine so far.
I want to alter the public function index() that exists in the Main controller and display some custom text (views/homepage.php) but I still want to use the same css that I use across the whole website. I tried something like this:
public function index() { $this->load->view('homepage.php'); }
but I get errors like Undefined variable: css_files
Can you please help?
Thank you,
Jenn