From: Sam Reed Date: Wed, 5 Oct 2011 00:45:34 +0000 (+0000) Subject: Call to undefined method CologneBlueTemplate::getInternalLinkAttributes() in /usr... X-Git-Tag: 1.31.0-rc.0~27267 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=7a5c95416b249af0e9e905846725fe233d69fbee;p=lhc%2Fweb%2Fwiklou.git Call to undefined method CologneBlueTemplate::getInternalLinkAttributes() in /usr/local/apache/common-local/php-1.18/includes/SkinLegacy.php on line 487 --- diff --git a/includes/SkinLegacy.php b/includes/SkinLegacy.php index 665e9f8b7c..7ff5ded681 100644 --- a/includes/SkinLegacy.php +++ b/includes/SkinLegacy.php @@ -66,10 +66,10 @@ class SkinLegacy extends SkinTemplate { } class LegacyTemplate extends BaseTemplate { - + // How many search boxes have we made? Avoid duplicate id's. protected $searchboxes = ''; - + function execute() { $this->html( 'headelement' ); echo $this->beforeContent(); @@ -80,7 +80,7 @@ class LegacyTemplate extends BaseTemplate { $this->printTrail(); echo "\n"; } - + /** * This will be called immediately after the tag. Split into * two functions to make it easier to subclass. @@ -486,7 +486,7 @@ class LegacyTemplate extends BaseTemplate { if ( $image ) { $link = htmlspecialchars( $image->getURL() ); - $style = $this->getInternalLinkAttributes( $link, $name ); + $style = Linker::getInternalLinkAttributes( $link, $name ); $s[] = "{$name}"; } }