Your IP : 216.73.216.176


Current Path : /home/semix18/public_html/pogtech.pl/data/widgets/mapsGoogle/
Upload File :
Current File : /home/semix18/public_html/pogtech.pl/data/widgets/mapsGoogle/mapsGoogleController.class.php

<?php /*windu.org model*/
Class mapsGoogleController extends widgetMainController
{		
	public function run() {
		$data = "Example Content";	
		return array("content" => $data);
	}
}
?>