Index: trunk/phase3/includes/SkinLegacy.php |
— | — | @@ -107,7 +107,7 @@ |
108 | 108 | |
109 | 109 | if ( !$shove ) { |
110 | 110 | $s .= "<td class='top' align='left' valign='top' rowspan='{$rows}'>\n" . |
111 | | - $this->logoText() . '</td>'; |
| 111 | + $this->getSkin()->logoText() . '</td>'; |
112 | 112 | } elseif ( $left ) { |
113 | 113 | $s .= $this->getQuickbarCompensator( $rows ); |
114 | 114 | } |