Changeset 13133 for trunk/gsdl/macros


Ignore:
Timestamp:
2006-10-19T11:39:02+13:00 (18 years ago)
Author:
mdewsnip
Message:

Languages that should be displayed right-to-left are now specified in style.dm, rather than in the C++ code (!).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/style.dm

    r12944 r13133  
    8585# separate macro so it can be easily overridden for customised collections
    8686_cssfilelink_ {_httpimg_/style.css}
     87
     88# Languages that should be displayed right-to-left
     89_htmlextra_ [l=ar] { dir=rtl }
     90_htmlextra_ [l=fa] { dir=rtl }
     91_htmlextra_ [l=he] { dir=rtl }
     92_htmlextra_ [l=ur] { dir=rtl }
    8793
    8894# htmlhead uses:
Note: See TracChangeset for help on using the changeset viewer.