Extension talk:KML Export/Configuration
From MediaWiki.org
I want to change the fact that is publishes the copyright notice on the markers.
Which extension file should I edit?
- Change the following lines of SpecialKMLExport.php:
86 // Prepare the copyright notice
87 $skin =& $wgUser->getSkin();
88 $copyright = $skin->getCopyright( 'normal' );
89 $this->mCopyrightNotice = ( $copyright ? "<hr/><i>{$copyright}</i>" : '' );
- to:
86 // Prepare the copyright notice 87 $this->mCopyrightNotice = '';
- --Juliano 18:55, 19 October 2007 (UTC)