KW802
08-18-2005, 02:11 PM
I'm working on switching over from a navigation module that is a hard-coded HTML template to instead be based upon the new 2.x Site Navigation module.
When dealing with the level marks, is it possible to get the module to recognize the $stylevar variables?
Right now I can use something like....<img src="$stylevar[imgdir_misc]/navbits_start.gif" />.... and that will use the navbits that correspond to whatever style the visitor is currently using.
However, trying to do that with the module displays the literal text instead of interpreting the variables. Instead I would have to hard-code the tag to be something like....http://www.coolscifi.com/forums/images/misc/navbits_finallink.gif.... but then I lose the graphics being dynamically changed based upon the style.
Thoughts? :o
When dealing with the level marks, is it possible to get the module to recognize the $stylevar variables?
Right now I can use something like....<img src="$stylevar[imgdir_misc]/navbits_start.gif" />.... and that will use the navbits that correspond to whatever style the visitor is currently using.
However, trying to do that with the module displays the literal text instead of interpreting the variables. Instead I would have to hard-code the tag to be something like....http://www.coolscifi.com/forums/images/misc/navbits_finallink.gif.... but then I lose the graphics being dynamically changed based upon the style.
Thoughts? :o