| Current Path : /home/semix18/public_html/pogtech.pl/data/widgets/mapsGoogle/ |
| 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);
}
}
?>