"Alexis Moinet" alexis.moinet@fpms.ac.be wrote in message news:45E53DDF.3020208@fpms.ac.be... Richard Kurz a écrit :
<?php if($this->haveData('title') != wfMsgForContent('mainpage')){ ?>
<h1 class="firstHeading"><?php $this->text('title') ?></h1> <?php } ?>
<?php if ( $this->data['title'] != wfMsgForContent('mainpage') ){ ?> ... <?php } ?>