Index: trunk/phase3/includes/SkinLegacy.php |
— | — | @@ -66,10 +66,10 @@ |
67 | 67 | } |
68 | 68 | |
69 | 69 | class LegacyTemplate extends BaseTemplate { |
70 | | - |
| 70 | + |
71 | 71 | // How many search boxes have we made? Avoid duplicate id's. |
72 | 72 | protected $searchboxes = ''; |
73 | | - |
| 73 | + |
74 | 74 | function execute() { |
75 | 75 | $this->html( 'headelement' ); |
76 | 76 | echo $this->beforeContent(); |
— | — | @@ -80,7 +80,7 @@ |
81 | 81 | $this->printTrail(); |
82 | 82 | echo "\n</body></html>"; |
83 | 83 | } |
84 | | - |
| 84 | + |
85 | 85 | /** |
86 | 86 | * This will be called immediately after the <body> tag. Split into |
87 | 87 | * two functions to make it easier to subclass. |
— | — | @@ -486,7 +486,7 @@ |
487 | 487 | |
488 | 488 | if ( $image ) { |
489 | 489 | $link = htmlspecialchars( $image->getURL() ); |
490 | | - $style = $this->getInternalLinkAttributes( $link, $name ); |
| 490 | + $style = Linker::getInternalLinkAttributes( $link, $name ); |
491 | 491 | $s[] = "<a href=\"{$link}\"{$style}>{$name}</a>"; |
492 | 492 | } |
493 | 493 | } |