File Manager

Current Directory: /home/astoriaah/www/old15/modules/mod_jbmaps2/fields
Viewing File: /home/astoriaah/www/old15/modules/mod_jbmaps2/fields/markers.php
<?php // Check to ensure this file is included in Joomla! defined('_JEXEC') or die('Restricted access'); jimport('joomla.form.formfield'); class JFormFieldMarkers extends JFormField { public function getInput() { return '<div id="markers">This is where the marker fields will go</div>'; } }