| Current Path : /home/juvelize/www/administrator/components/com_zhgooglemap/controllers/ |
| Current File : /home/juvelize/www/administrator/components/com_zhgooglemap/controllers/mapstreetview.php |
<?php
/*------------------------------------------------------------------------
# com_zhgooglemap - Zh GoogleMap
# ------------------------------------------------------------------------
# author: Dmitry Zhuk
# copyright: Copyright (C) 2011 zhuk.cc. All Rights Reserved.
# license: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
# website: http://zhuk.cc
# Technical Support Forum: http://forum.zhuk.cc/
-------------------------------------------------------------------------*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
// import Joomla controllerform library
jimport('joomla.application.component.controllerform');
/**
* ZhGoogle MapStreetView Controller
*/
class ZhGoogleMapControllerMapStreetView extends JControllerForm
{
}