[ PHPXref.com ] [ Generated: Thu Jul 24 15:27:08 2008 ] [ Content*Builder 0.7.2 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> languages.inc.php (source)

   1  <?php
   2  
   3  $langFlagArr = array(
   4      "1"     => "de.gif",
   5      "2"     => "uk.gif"
   6  );
   7  
   8  $langNameArr = array(
   9      "1" => "Deutsch",
  10      "2" => "English"
  11  );
  12  
  13  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]