j
k
j a
j l
Richard Kurz a écrit :
<?php if($this->haveData('title') != wfMsgForContent('mainpage')){ ?> <h1 class="firstHeading"><?php $this->text('title') ?></h1> <?php } ?>
<?php if($this->haveData('title') != wfMsgForContent('mainpage')){ ?>
<h1 class="firstHeading"><?php $this->text('title') ?></h1> <?php } ?>
<?php if ( $this->data['title'] != wfMsgForContent('mainpage') ){ ?> ... <?php } ?>
Back to the thread
Back to the list