Put this is getHeadLinks() instead to reduce code duplication. Also, update RELEASE...
[lhc/web/wiklou.git] / skins / Modern.php
index eb5c0f2..ea75e1c 100644 (file)
@@ -47,7 +47,7 @@ class ModernTemplate extends QuickTemplate {
         * @access private
         */
        function execute() {
-               global $wgUser, $wgVersion;
+               global $wgUser;
                $skin = $wgUser->getSkin();
 
                // Suppress warnings to prevent notices about missing indexes in $this->data
@@ -62,7 +62,6 @@ class ModernTemplate extends QuickTemplate {
                <meta http-equiv="Content-Type" content="<?php $this->text('mimetype') ?>; charset=<?php $this->text('charset') ?>" />
                <?php $this->html('headlinks') ?>
                <title><?php $this->text('pagetitle') ?></title>
-               <meta name="generator" content="MediaWiki <?php echo $wgVersion ?>" />
                <?php if(empty($this->data['printable']) ) { ?>
                <style type="text/css" media="screen, projection">/*<![CDATA[*/
                        @import "<?php $this->text('stylepath') ?>/common/shared.css?<?php echo $GLOBALS['wgStyleVersion'] ?>";