From: Ævar Arnfjörð Bjarmason Date: Thu, 21 Apr 2005 18:28:25 +0000 (+0000) Subject: * Show exif data after the image not before it. X-Git-Tag: 1.5.0alpha1~196 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=b9828d25ff34dcf42bd9f193861edec759bf54ae;p=lhc%2Fweb%2Fwiklou.git * Show exif data after the image not before it. --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 4c40fcb024..582b4c180a 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -25,8 +25,8 @@ class ImagePage extends Article { $this->img = new Image( $this->mTitle ); if( $this->mTitle->getNamespace() == NS_IMAGE ) { - if ( $this->img->exists() ) $this->showEXIFdata(); $this->openShowImage(); + if ( $this->img->exists() ) $this->showEXIFdata(); # No need to display noarticletext, we use our own message, output in openShowImage() if ( $this->getID() ) {