[eluser]aioon[/eluser]
Hello,
can somebody explain me, why this won't work?
Code:
<?php
$this->load->view('order/'.$this->router->method);
?>
this is a view, which have the code above :/ but when I do smoething like this
Code:
<?php
echo '.';
$this->load->view('order/'.$this->router->method);
?>
than, it works :/ wtf?
I am a little bit confused... =)
upd:
oh, sorry it works, just the layout was moved to right side behind the slider ^^
please delete this post

sry