Diff of /mambo/branches/4.6/includes/mambofunc.php
Parent Directory
|
Revision Log
|
Patch
| revision 870, Sun Jan 7 23:49:38 2007 UTC | revision 884, Sun Jan 14 04:34:55 2007 UTC | |
|---|---|---|
| # | Line 449 | Line 449 |
| 449 | } | } |
| 450 | } | } |
| 451 | ||
| 452 | function mosIsRTL(){ | |
| 453 | $core = mamboCore::getMamboCore(); | |
| 454 | if ( $core->current_language->text_direction == "rtl" ){ | |
| 455 | return true; | |
| 456 | } else { | |
| 457 | return false; | |
| 458 | } | |
| 459 | } | |
| 460 | ||
| 461 | ?> | ?> |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

