From da6a97ce353e94f0f68968a02679364419cd7576 Mon Sep 17 00:00:00 2001 From: momo-i Date: Wed, 6 May 2009 13:15:22 +0000 Subject: Update HTML header for RTL language. add debug_event for stream type check --- templates/header.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/header.inc.php') diff --git a/templates/header.inc.php b/templates/header.inc.php index 5fb07994..1566aa44 100644 --- a/templates/header.inc.php +++ b/templates/header.inc.php @@ -24,9 +24,10 @@ if (INIT_LOADED != '1') { exit; } $web_path = Config::get('web_path'); $htmllang = str_replace("_","-",Config::get('lang')); $location = get_location(); +$dir = is_rtl() ? "rtl" : "ltr"; ?> - + -- cgit