0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: systempay.tar
systempay/elements/index.html 0000666 00000000037 15137252557 0012433 0 ustar 00 <!DOCTYPE html><title></title> systempay/elements/systempaylabel.php 0000666 00000002165 15137252557 0014211 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>'; } } systempay/elements/.htaccess 0000666 00000000177 15137252557 0012241 0 ustar 00 <FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>