| Current Path : /home/echanges/www/modules/mod_spidercalendar_upcoming_events/elements/ |
| Current File : /home/echanges/www/modules/mod_spidercalendar_upcoming_events/elements/buycommercial.php |
<?php
/**
* @package Spider Calendar Lite
* @author Web-Dorado
* @copyright (C) 2011 Web-Dorado. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined( '_JEXEC' ) or die( 'Restricted access' );
class JFormFieldBuyCommercial extends JFormFieldText
{
protected $type = 'BuyCommercial';
public function getInput()
{
return '
<div style="font-size:16px;padding:20px; padding-right:50px;text-align:justify">
<p><img src="../modules/mod_spidercalendar_upcoming_events/images/upcoming_ev.png" alt="" width="250" /></p>
</div>';
}
}
?>