[Movecommons-commits] r18 - trunk/wp-theme

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Sat Sep 25 15:11:07 CEST 2010


Author: vjrj_
Date: 2010-09-25 15:11:07 +0200 (Sat, 25 Sep 2010)
New Revision: 18

Modified:
   trunk/wp-theme/mc-include.php
Log:


Modified: trunk/wp-theme/mc-include.php
===================================================================
--- trunk/wp-theme/mc-include.php	2010-09-25 12:49:46 UTC (rev 17)
+++ trunk/wp-theme/mc-include.php	2010-09-25 13:11:07 UTC (rev 18)
@@ -1,8 +1,10 @@
 <?php
+global $q_config;
 $mc_domain="http://movecommons.org";
 $cats = $_GET['c1'].$_GET['c2'].$_GET['c3'].$_GET['c4'];
 $version = $_GET['version'];
 $lang = $_GET['lang'];
+$q_config['language'] = $lang;
 if (strpos($cats, "np") === false) { $np = false; } else { $np = true; }
 if (strpos($cats, "rp") === false) { $rp = false; } else { $rp = true; }
 if (strpos($cats, "rc.ec") === false) { $rcec = false; } else { $rcec = true; }




More information about the Movecommons-commits mailing list