Welcome Guest, Not a member yet? Register   Sign In
Adding Menu into View page
#1

[eluser]Tanvir[/eluser]
Hello,m new to CI. I want to embed a custom MENU into a view file.
I have a template file where different views are added.
Code:
<?php// template .php
$this->load->view("includes/header");
$this->load->view("includes/leftNav.html");
$this->load->view($main_content);
$this->load->view("includes/footer");
?>
Now I have added the custom menu code to the leftNav.html file but its NOT working. But if I open the leftNav.html independently,it shows the menu well.But CI isnt showing the menu. Menu has its own javascript/images etc files in a separate folder.The menu is built by a menu-builder software. How should I add stylish menu into my CI page/views.


Messages In This Thread
Adding Menu into View page - by El Forum - 01-29-2012, 02:47 AM
Adding Menu into View page - by El Forum - 01-29-2012, 06:10 AM
Adding Menu into View page - by El Forum - 01-29-2012, 07:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB