Extension talk:KML Export/Configuration

From mediawiki.org
Latest comment: 16 years ago by Juliano

I want to change the fact that is publishes the copyright notice on the markers.

Which extension file should I edit?

-Jacob

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)Reply