From 02d8f27ccece6d17566b05d1325e8acdbc4e86b7 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 8 Jun 2010 20:32:16 +0000 Subject: [PATCH] Move icons footer into $footerlinks. A couple of ids which weren't used anywhere get slightly renamed. --- skins/Vector.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/skins/Vector.php b/skins/Vector.php index c7d69df2da..4c30eec7bc 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -439,7 +439,15 @@ class VectorTemplate extends QuickTemplate { 'about', 'disclaimer', ), + 'icons' => array( + 'poweredbyico', + 'copyrightico', + ), + ); + $footerlinksClasses = array( + 'icons' => array( 'noprint' ) ); + // Reduce footer links down to only those which are being used $validFooterLinks = array(); foreach( $footerlinks as $category => $links ) { @@ -543,7 +551,7 @@ class VectorTemplate extends QuickTemplate { -- 2.20.1