[geeklog-cvs] Geeklog-1.x/public_html/admin/install help.php, 1.4, 1.5

Dirk Haun dhaun at qs1489.pair.com
Thu May 29 15:39:01 EDT 2008


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

Modified Files:
	help.php 
Log Message:
Fixed hard-coded text direction


Index: help.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/help.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** help.php	1 May 2008 09:52:56 -0000	1.4
--- help.php	29 May 2008 19:38:59 -0000	1.5
***************
*** 58,61 ****
--- 58,64 ----
  <html>';
  }
+ if (empty($LANG_DIRECTION)) {
+     $LANG_DIRECTION = 'ltr';
+ }
  $display .= '<head>
  <meta http-equiv="Content-Type" content="text/html;charset=' . $LANG_CHARSET . '"' . XHTML . '>
***************
*** 65,69 ****
  </head>
  
! <body dir="ltr">
      <div class="header-navigation-container">
          <div class="header-navigation-line">
--- 68,72 ----
  </head>
  
! <body dir="' . $LANG_DIRECTION . '">
      <div class="header-navigation-container">
          <div class="header-navigation-line">




More information about the geeklog-cvs mailing list