I changed the last line in the breadcrumb function to this. Seems to
work great. You have local parameter, or via site.config (ready to use
at other points in the code):

        if ($args['direction']=='rtl' ||
strtolower(BOLTconfig('BOLTtextDirection')) == 'rtl') {
                $out = array_reverse($out);
                $separator = str_replace('>', '<', $separator);
                }
        return implode($separator, $out);
        }

I didn't use dir because I use that is a common parameter for
directory...  And used textDirection in site.config just to be more
clear.

Never have done anything with rtl. Will this also change the direction
of the individual letters in the words of the breadcrumb? And if so,
why wouldn't it reverse the whole thing without needing to changing
the order of the array? Just curious how it works.

Cheers,
Dan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to