Welcome Guest, Not a member yet? Register   Sign In
Jquey slider
#2

[eluser]CroNiX[/eluser]
All view (html) files would be in /application/views. Hard to know beyond that as it really has to do with however the pages were coded. Like if it's just one view file for the homepage, or whether they used many partial view files.

One way you might be able to tell is to open /application/config/routes.php and look for $route['default_controller']. That points to the controller for the homepage.
Like $route['default_controller'] = 'home';

if it was called 'home' like above, you'd open /application/controllers/home.php.

Look for anything in the index() method that looks like:
$this->load->view('some_view');
There may be only one, or may be several. If the view is called 'some_view', you'd open /application/views/some_view.php and look there. Again, you might have to look at several views depending on how the page is constructed.


Messages In This Thread
Jquey slider - by El Forum - 07-30-2014, 11:58 AM
Jquey slider - by El Forum - 07-30-2014, 01:39 PM
Jquey slider - by El Forum - 07-30-2014, 02:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB