FUEL CMS Forum
Discussions
Activity
Home
›
FUEL CMS News
›
Share
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
3.3K
All Categories
255
FUEL CMS News
112
News & Announcements
101
Share
273
Support
115
Bug Reports
90
Installation
242
Development
68
Feature Requests
117
Modules
CRITICAL SECURITY VERSION UPDATE:
https://github.com/daylightstudio/FUEL-CMS/releases/tag/1.4.13
How do you wrap an image with fuel_nav?
jamesstar
September 2014
edited September 2014
in
Share
a img /a
Comments
admin
September 2014
edited 4:03AM
Not quite sure I understand. You can use the HTML code tags to input code.
jamesstar
September 2014
edited September 2014
This is what I am using to render a menu:
echo fuel_nav(array('render_type' => 'my-button'))
But it renders a list, e.g. ul > li etc..
But I need something like.. a img /a
Have you got an example you could paste in, it's probably something simple. I just can't work it out at this time.
onegun
September 2014
edited 4:03AM
render_type: options are basic, breadcrumb, page_title, collapsible, delimited, array. Default is 'basic'
but i believe to change ul>li to img etc you can use
container_tag: the html tag for the container of a set of menu items. Default is ul
item_tag: the html list item element. Default is 'li'
jamesstar
September 2014
edited 4:03AM
Okay, great. I see it now.
Sign In
or
Register
to comment.
Forum Software Powered by Vanilla
Comments
echo fuel_nav(array('render_type' => 'my-button'))
But it renders a list, e.g. ul > li etc..
But I need something like.. a img /a
Have you got an example you could paste in, it's probably something simple. I just can't work it out at this time.
but i believe to change ul>li to img etc you can use
container_tag: the html tag for the container of a set of menu items. Default is ul
item_tag: the html list item element. Default is 'li'