Skip to content

Commit

Permalink
Partidos que faltaban
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoriaQ committed Nov 22, 2011
1 parent ca7a444 commit 2db8243
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions parties.php
Expand Up @@ -151,6 +151,9 @@ function random_color(){
"plataforma-per-catalunya-pxc" => "PxC",
"partido-regionalista-de-cantabria-prc" => "PRC",
"psm-iniciativaverds-entesa-equo-psm-iv-exm-equo" => "PSM-Entesa",
"partido-andalucista-pa" => "PA",
"partido-animalista-pacma" => "PACMA",
"esca-os-en-blanco-eb" => "Eb",
"otros" => "Otros",
);

Expand Down Expand Up @@ -179,4 +182,7 @@ function random_color(){
$colors2011["plataforma-per-catalunya-pxc"] = "F49900";
$colors2011["partido-regionalista-de-cantabria-prc"] = "C0C516";
$colors2011["psm-iniciativaverds-entesa-equo-psm-iv-exm-equo"] = "9FAA27";
$colors2011["partido-andalucista-pa"] = "1F6137";
$colors2011["partido-animalista-pacma"] = "7F9107";
$colors2011["esca-os-en-blanco-eb"] = "EEEEEE";
$colors2011["otros"] = "555555";

0 comments on commit 2db8243

Please sign in to comment.