And some more mime-types
[lhc/web/wiklou.git] / skins / CologneBlue.php
index 0363072..e157ed4 100644 (file)
@@ -86,7 +86,7 @@ class CologneBlueTemplate extends LegacyTemplate {
 
                $s .= "\n</div>\n<div id='article'>";
 
-               $notice = wfGetSiteNotice();
+               $notice = $this->getSkin()->getSiteNotice();
                if( $notice ) {
                        $s .= "\n<div id='siteNotice'>$notice</div>\n";
                }