Institutional Affairs
Ministers in the European Parliament
Hearing of the Luxembourg Ministers in front of the committees of the European Parliament
14-07-2015 / 16-07-2015
13-07-2015
The Luxembourg Ministers will be heard by the committees of the European Parliament about the work programme of the Luxembourg Presidency of the Council of the EU.
On this topic
News articles
";
foreach($links["articles"] as $link){
echo '
'.$link["title"].' ';
}
echo "";
}
if(!empty($links["communiques"])){
?>
Press releases
";
foreach($links["communiques"] as $link){
echo '
'.$link["title"].' ';
}
echo "";
}
if(!empty($links["conclusions"])){
?>
Council conclusions
";
foreach($links["conclusions"] as $link){
echo '
'.$link["title"].' ';
}
echo "";
}
if(!empty($links["discours"])){
?>
Speeches
";
foreach($links["discours"] as $link){
echo '
'.$link["title"].' ';
}
echo "";
}
if(!empty($links["interviews"])){
?>
Interviews
";
foreach($links["interviews"] as $link){
echo '
'.$link["title"].' ';
}
echo "";
}
if(!empty($links["notes"])){
?>
Background notes
";
foreach($links["notes"] as $link){
echo '
'.$link["title"].' ';
}
echo "";
}
if(!empty($links["ordres"])){
?>
Agendas
";
foreach($links["ordres"] as $link){
echo '
'.$link["title"].' ';
}
echo "";
}
if(!empty($links["medias"])){
?>
Information for the press
";
foreach($links["medias"] as $link){
echo '
'.$link["title"].' ';
}
echo "";
}
if(!empty($links["photos"])){
echo "
Photos ";
echo "
";
}
if(!empty($links["videos"])){
echo "
Videos ";
echo "
";
}
?>