Extension talk:KML Export/Configuration

From MediaWiki.org
Jump to: navigation, search

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)
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox