From 7df42e10093a0026d17af59fcafe835158030b00 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Mon, 9 May 2005 09:50:45 +0000 Subject: [PATCH] * Moved the Metadata link next to the image link in the TOC --- includes/ImagePage.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; } -- 2.20.1