From: X! Date: Thu, 30 Oct 2008 03:32:36 +0000 (+0000) Subject: Add to messages.inc, ignore the
  • if it does not exist, and add to Modern too. X-Git-Tag: 1.31.0-rc.0~44511 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=6f774e6717b4f834072619d0e7f7e34c9d58035f;p=lhc%2Fweb%2Fwiklou.git Add to messages.inc, ignore the
  • if it does not exist, and add to Modern too. --- diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 40aed9955a..c6ed286f27 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -213,6 +213,7 @@ $wgMessageStructure = array( 'jumpto', 'jumptonavigation', 'jumptosearch', + 'footermessage', ), 'links' => array( 'aboutsite', diff --git a/skins/Modern.php b/skins/Modern.php index 0120d37286..068efb72a0 100644 --- a/skins/Modern.php +++ b/skins/Modern.php @@ -225,6 +225,10 @@ class ModernTemplate extends QuickTemplate { ?>
  • html($aLink) ?>
  • msgWiki('footermessage') ?>
  • + + html("poweredbyico"); ?> diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 201a99431b..0fc582fe75 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -222,9 +222,12 @@ class MonoBookTemplate extends QuickTemplate { ?>
  • html($aLink) ?>
  • msgWiki('footermessage') ?>
  • + + -
  • msgWiki('footermessage') ?>
  • - + html('bottomscripts'); /* JS call to runBodyOnloadHook */ ?>