X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=skins%2FNostalgia.php;h=36ee7919e39066f815913fd273d16c6bbecf10a4;hb=307371410105564c483ca0bd15c2a07f4356cb6c;hp=02b5d8b2c193fe383cdc805f188429b9f764ef70;hpb=014a1d1bab9f1ca1f744723704fb07c3dd531a5b;p=lhc%2Fweb%2Fwiklou.git diff --git a/skins/Nostalgia.php b/skins/Nostalgia.php index 02b5d8b2c1..36ee7919e3 100644 --- a/skins/Nostalgia.php +++ b/skins/Nostalgia.php @@ -1,6 +1,6 @@ \n
"; $s .= $this->logoText( "right" ); @@ -38,8 +38,10 @@ class SkinNostalgia extends Skin { $s .= $this->pageSubtitle() . "\n"; $s .= $this->topLinks() . "\n
"; - if( $wgSiteNotice ) { - $s .= "\n
$wgSiteNotice
\n"; + + $notice = wfGetSiteNotice(); + if( $notice ) { + $s .= "\n
$notice
\n"; } $s .= $this->pageTitleLinks();