Petit commit avant le week-end.

This commit is contained in:
Georges Dupéron 2010-10-08 14:48:02 +02:00
parent fed9e432da
commit 8242faeab8

View File

@ -18,7 +18,8 @@ abstract class GalerieBase extends Page {
public static function attributs() {
return array(
"titre" => self::$texte_titre,
"description" => ""
"description" => "",
"personnes" => LIENS // TODO
);
}