By sandipdev on
I want to display the HTML for the navigation block (the one that contains Create Content, Administer, Logout) on a separate page called "my space" where the user could edit one's account and create content. For that I need to print the PHP variable for this HTML in the content section of that page. But I don't know what the PHP variable is called. For example we have $content for content, similarly $title, $sidebar_links etc. But I just want the navigation part and display it on a separate page instead of the side bar. Please let me know.
Comments
Perhaps this: <?phpprint
Perhaps this:
- Corey