#7848 closed enhancement (worksforme)
Themes should be able to detect directionality of layout
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Template | Keywords: | |
Focuses: | Cc: |
Description
It would be a great idea if themes could detect the directionality of the layout based on content language. This way, a theme could check if the blog is in an RTL langauge (Hebrew, Arabic, Persian, etc); if it is, other CSS and image files could be loaded.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Won't
<?php bloginfo('text_direction'); ?>
work?