[geeklog-cvs] Geeklog-1.x/public_html/admin/install index.php, 1.41, 1.42

Dirk Haun dhaun at qs1489.pair.com
Tue May 27 13:45:48 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install
In directory qs1489.pair.com:/tmp/cvs-serv61322/public_html/admin/install

Modified Files:
	index.php 
Log Message:
The text direction was hard-coded as "ltr" (reported by LWC)


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/index.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** index.php	24 May 2008 19:12:02 -0000	1.41
--- index.php	27 May 2008 17:45:46 -0000	1.42
***************
*** 1623,1626 ****
--- 1623,1629 ----
  <html>';
  }
+ if (empty($LANG_DIRECTION)) {
+     $LANG_DIRECTION = 'ltr';
+ }
  $display .= '<head>
  <meta http-equiv="Content-Type" content="text/html;charset=' . $LANG_CHARSET . '"' . XHTML . '>
***************
*** 1630,1634 ****
  </head>
  
! <body dir="ltr">
      <div class="header-navigation-container">
          <div class="header-navigation-line">
--- 1633,1637 ----
  </head>
  
! <body dir="' . $LANG_DIRECTION . '">
      <div class="header-navigation-container">
          <div class="header-navigation-line">




More information about the geeklog-cvs mailing list