From: Ævar Arnfjörð Bjarmason Date: Mon, 9 May 2005 09:50:45 +0000 (+0000) Subject: * Moved the Metadata link next to the image link in the TOC X-Git-Tag: 1.5.0alpha2~246 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=7df42e10093a0026d17af59fcafe835158030b00;p=lhc%2Fweb%2Fwiklou.git * Moved the Metadata link next to the image link in the TOC --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 286201dbd8..da0c720f15 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -71,11 +71,11 @@ class ImagePage extends Article { function showTOC( $metadata ) { global $wgLang; $r = ''; +
  • ' . wfMsg( 'imagelinks' ) . '
  • + '; return $r; }