Welcome Guest, Not a member yet? Register   Sign In
CMS with default page from database?
#3

[eluser]Sven Delle[/eluser]
This is what I had to do:

Code:
$id = $this->site_model->get_default_page_id();
redirect('site/index/' . $id->entry_value, 'location');


Messages In This Thread
CMS with default page from database? - by El Forum - 03-05-2012, 03:09 AM
CMS with default page from database? - by El Forum - 03-05-2012, 05:45 AM
CMS with default page from database? - by El Forum - 03-05-2012, 06:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB