Postgres updater: add config table, adjust us_image_bits type
[lhc/web/wiklou.git] / skins / MonoBook.php
index b799fbc..857db0f 100644 (file)
@@ -109,7 +109,6 @@ class MonoBookTemplate extends BaseTemplate {
                                + Linker::tooltipAndAccesskeyAttribs('p-logo') ); ?>
 
        </div>
-       <script type="<?php $this->text('jsmimetype') ?>"> if (window.isMSIE55) fixalpha(); </script>
 <?php
        $this->renderPortals( $this->data['sidebar'] );
 ?>
@@ -159,6 +158,9 @@ echo $footerEnd;
 
        /*************************************************************************************************/
 
+       /**
+        * @param $sidebar array
+        */
        protected function renderPortals( $sidebar ) {
                if ( !isset( $sidebar['SEARCH'] ) ) $sidebar['SEARCH'] = true;
                if ( !isset( $sidebar['TOOLBOX'] ) ) $sidebar['TOOLBOX'] = true;
@@ -207,8 +209,6 @@ echo $footerEnd;
        /**
         * Prints the cactions bar.
         * Shared between MonoBook and Modern
-        *
-        * @param $skin Skin
         */
        function cactions() {
 ?>
@@ -268,6 +268,10 @@ echo $footerEnd;
        }
 
        /*************************************************************************************************/
+       /**
+        * @param $bar string
+        * @param $cont array|string
+        */
        function customBox( $bar, $cont ) {
                $portletAttribs = array( 'class' => 'generated-sidebar portlet', 'id' => Sanitizer::escapeId( "p-$bar" ) );
                $tooltip = Linker::titleAttrib( "p-$bar" );