From: SourceForge.net <no...@so...> - 2012-08-09 04:19:06
|
Feature Requests item #3555522, was opened at 2012-08-08 21:19 Message generated for change (Tracker Item Submitted) made by irmtfan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3555522&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: XOOPS 2.6 Status: Open Resolution: None Priority: 5 Private: No Submitted By: irmtfan (irmtfan) Assigned to: Nobody/Anonymous (nobody) Summary: add _RTL definition to global.php Initial Comment: Nowadays many systems start having the RTL definition because of local parties. It can be used through some important parts like creating pdf files. language/english/global.php: define('_RTL', false); language/persian/global.php: define('_RTL', true); more here: http://xoops.org/modules/newbb/viewtopic.php?post_id=348536#forumpost348536 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3555522&group_id=41586 |