summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 35a53b01d..27cd8400e 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -194,6 +194,16 @@ define('LANGUAGE_NEGOTIATION_PATH', 2);
define('LANGUAGE_NEGOTIATION_DOMAIN', 3);
/**
+ * Language written left to right. Possible value of $language->direction.
+ */
+define('LANGUAGE_LTR', 0);
+
+/**
+ * Language written right to left. Possible value of $language->direction.
+ */
+define('LANGUAGE_RTL', 1);
+
+/**
* For convenience, define a short form of the request time global.
*/
define('REQUEST_TIME', $_SERVER['REQUEST_TIME']);