[Movecommons-commits] r11 - in trunk: . images wp-theme

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Wed Sep 22 23:03:42 CEST 2010


Author: vjrj_
Date: 2010-09-22 23:03:41 +0200 (Wed, 22 Sep 2010)
New Revision: 11

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


Modified: trunk/wp-theme/mc-include.php
===================================================================
--- trunk/wp-theme/mc-include.php	2010-09-22 18:48:05 UTC (rev 10)
+++ trunk/wp-theme/mc-include.php	2010-09-22 21:03:41 UTC (rev 11)
@@ -12,16 +12,16 @@
 if (strpos($cats, "gr") === false) { $gr = false; } else { $gr = true; }
 
 if ($np)   { $np_abbr="np";  $np_title   = __("Non-Profit", "mc"); }
- else {       $np_abbr="nnp"; $np_title   = __("For-Profit", "mc"); }
+else {       $np_abbr="nnp"; $np_title   = __("For-Profit", "mc"); }
 if ($rp)   { $rp_abbr="rp";  $rp_title   = __("Reproducible", "mc"); }
- else {       $rp_abbr="nrp"; $rp_title  =  __("Exclusive", "mc"); }
+else {       $rp_abbr="nrp"; $rp_title  =  __("Exclusive", "mc"); }
 if ($rcec) { $rcec_abbr="rcec";$rcec_title = __("Reinforcing the Ecology Commons", "mc"); }
 if ($rcbo) { $rcbo_abbr="rcbo";$rcbo_title = __("Reinforcing the Body/health Commons", "mc"); }
 if ($rcto) { $rcto_abbr="rcto";$rcto_title = __("Reinforcing the Town/community/society Commons", "mc"); }
 if ($rcdi) { $rcdi_abbr="rcdi";$rcdi_title = __("Reinforcing the Digital Commons", "mc"); }
 if (!$rcec && !$rcbo && !$rcto && !$rcdi) { $rc_abbr="nrc"; $rc_title  = __("Reinforcing Other Aims", "mc"); }
 if ($gr)   { $gr_abbr="gr"; $gr_title    = __("Grassroots", "mc"); }
- else {       $gr_abbr="ngr";$gr_title   =  __("Representative", "mc"); }; 
+else {       $gr_abbr="ngr";$gr_title   =  __("Representative", "mc"); }; 
 
 $mc_title = $np_title.", ".$rp_title . ", ";
 if ($rcec) { $mc_title = $mc_title . $rcec_title.", "; }




More information about the Movecommons-commits mailing list