Welcome Guest, Not a member yet? Register   Sign In
Strange things happening
#1

[eluser]l1v1[/eluser]
Hi guys. So I'am getting some really strange issues in my code when I'am trying to load head template in <head> </head> section.

Main file:
Code:
<!DOCTYPE html>
&lt;html lang="en"&gt;
&lt;head&gt;
    &lt;?=$this -> load -> view('head') ?&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;/body&gt;
&lt;/html&gt;

For unknown reason my head template loads in &lt;body&gt;&lt;/body>.

Head file:
Code:
&lt;meta charset="utf-8"&gt;
#2

[eluser]DarkManX[/eluser]
try to change the main file and the head file, just add some words or something to see if they are rly loaded or some other files!
#3

[eluser]l1v1[/eluser]
Fixed. Thanks for help.




Theme © iAndrew 2016 - Forum software by © MyBB