Welcome Guest, Not a member yet? Register   Sign In
Codeigniter URL Editing and title editing of my application :(
#5

[eluser]toro[/eluser]
In you view of course,
Maybe You should look at your controller for load view like this
Code:
$this->load->view('yourview');
And modify title with php code:
Code:
echo '<title>'.$your title variable or just string.'</title>';
Hope that would help,
Regards,


Messages In This Thread
Codeigniter URL Editing and title editing of my application :( - by El Forum - 06-09-2010, 12:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB