[eluser]JPrieto[/eluser]
initially the welcome page displayed fine
then I changed it completely to this
Code:
<php
$this->load->helper('html');
echo heading('Welcome!',3);
?>
and I get a blank page, so I also tried this:
Code:
<php
echo heading('Welcome!',3);
?>
and moved the line of code
Code:
$this->load->helper('html');
to the controller welcome page
and I still get a blank page
please advise
thank you