// $Id: template.php,v 1.36.2.11 2008/10/23 05:36:33 sign Exp $
For function rootcandy_breadcrumb(), there's no need to reverse the array and no need to use reversed-direction arrows.
Attached is a new template.php file suitable for right-to-left pages.
Noor
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | template.php_.rtl_.patch | 1.16 KB | sign |
| template.php_.txt | 10.86 KB | comrax |
Comments
Comment #1
sign commentedrerolled into a patch
Comment #2
comrax commentedsign,
The reversed array is really not needed in right-to-left pages. I am fluent in both Hebrew and Arabic, and have used FF 1.5+, IE 5.0+ and I'm telling you that this is not the right way to do it. The output must remain intact for both directions, the browser itself corrects the arrows, general direction of the text and so on.
You ought to integrate the patch in next release.
Noor
p.s.: I've made a small syntax error in template.php, look for "reversed-dierction".
Comment #3
sign commentedcommited
http://drupal.org/cvs?commit=171112
thank you!
Comment #6
dpi