| Current Path : /home/bonneesp/www/administrator/components/com_contactmap/controllers/ |
| Current File : /home/bonneesp/www/administrator/components/com_contactmap/controllers/marqueurs.php |
<?php
/*
* ContactMap Component Google Map for Joomla! 3.x
* Version J3.0
* Creation date: Août 2014
* Author: Fabrice4821 - www.gmapfp.org
* Author email: webmaster@gmapfp.org
* License GNU/GPL
*/
defined('_JEXEC') or die;
class ContactMapControllerMarqueurs extends JControllerAdmin
{
protected $text_prefix = 'COM_CONTACTMAP_MARQUEURS';
public function getModel($name = 'Marqueur', $prefix = 'ContactMapModel', $config = array('ignore_request' => true))
{
$model = parent::getModel($name, $prefix, $config);
return $model;
}
}