copy the original themes and apply this perl hack on all files (templates/html/xml/css ...etc) perl -wpe 's/left/alsadi_ight/gi;s/right/left/gi;s/alsadi_ight/right/gi;s/rtl/lt_alsadi/gi;s/ltr/rtl/gi;s/lt_alsadi/ltr/gi;' files*.xml
on them and you will save 99% of the work this will reverse any left and right things if specified if not specified it will follow the master direction so you need to make sure that it's set to rtl _______________________________________________ Developer mailing list [email protected] http://lists.arabeyes.org/mailman/listinfo/developer

