Skip to content
Extraits de code Groupes Projets
Valider b4df6129 rédigé par esj's avatar esj
Parcourir les fichiers

signaler qu'un element de la base est indéfini. corrige #143.

parent 56858ebb
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -89,6 +89,8 @@ afficher_hierarchie($id_rubrique);
fin_grand_cadre();
if (!$id_rubrique) {echo _T('public:aucun_article'); exit;}
//
// Affichage de la colonne de gauche
//
......
......@@ -50,7 +50,7 @@ debut_grand_cadre();
afficher_hierarchie($id_rubrique);
fin_grand_cadre();
if (!$id_rubrique) {echo _T('public:aucune_breve'); exit;}
debut_gauche();
debut_boite_info();
......
......@@ -124,7 +124,7 @@ if ($row = spip_fetch_array($result)) {
$type = $row['type'];
$extra = $row['extra'];
$id_groupe = $row['id_groupe'];
}
} else $id_mot = 0;
debut_page("« $titre_mot »", "documents", "mots");
debut_gauche();
......@@ -144,7 +144,7 @@ if ($id_mot) {
voir_en_ligne ('mot', $id_mot);
fin_boite_info();
}
} else {echo _T('info_mot_sans_groupe'); exit;}
//////////////////////////////////////////////////////
// Logos du mot-clef
......
......@@ -256,7 +256,7 @@ if ($row = spip_fetch_array($result)) {
$extra=$row["extra"];
}
} else $id_syndic = 0;
if ($nom_site)
$titre_page = "« $nom_site »";
......@@ -277,7 +277,7 @@ afficher_hierarchie($id_rubrique);
fin_grand_cadre();
if (!$id_syndic) {echo _T('public:aucun_site'); exit;}
debut_gauche();
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter