10-14-2010, 02:36 PM
[eluser]Raul Predescu[/eluser]
Hey guys.
I bought a template and i want to build an application based on codeigniter.
Now, the template has multiple html5 tags, like header and footer and nav.
CI 1.7.2 does not know all those tags. I tried with load->view, parser->parse and output->show_output and none works.
I tried same things with CI 2.0 and it works, template it's displaying like it should.
Can somebody help me implement that in CI 1.7.2 ?
Thanks in advance.
Raul
Hey guys.
I bought a template and i want to build an application based on codeigniter.
Now, the template has multiple html5 tags, like header and footer and nav.
CI 1.7.2 does not know all those tags. I tried with load->view, parser->parse and output->show_output and none works.
I tried same things with CI 2.0 and it works, template it's displaying like it should.
Can somebody help me implement that in CI 1.7.2 ?
Thanks in advance.
Raul