0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: systempaylabel.php.tar
home/academiac/www/plugins/vmpayment/systempay/systempay/elements/systempaylabel.php 0000604 00000002165 15146642017 0025375 0 ustar 00 <?php ##################################################################################################### # # Module pour la plateforme de paiement Systempay # Version : 1.2 (révision 33398) # ######################## # Développé pour VirtueMart # Version : 2.0.0 # Compatibilité plateforme : V2 # ######################## # Développé par Lyra Network # http://www.lyra-network.com/ # 20/02/2012 # Contact : supportvad@lyra-network.com # ##################################################################################################### // Check to ensure this file is within the rest of the framework defined('JPATH_BASE') or die(); /** * Renders a label element */ class JElementSystempayLabel extends JElement { /** * Element name * * @access protected * @var string */ var $_name = 'SystempayLabel'; function fetchElement($name, $value, &$node, $control_name) { $class = ( $node->attributes('class') ? 'class="'.$node->attributes('class').'"' : 'class="text_area"' ); return '<label for="'.$name.'"'.$class.'>'.$value.'</label>'; } }
©
2018.