|
VirtueMart
3.2.14.9808
|
Namespaces | |
| VirtueMart | |
Variables | |
| $lang = JFactory::getLanguage() | |
| $prefix ="COM_VIRTUEMART_COUNTRY_" | |
| $country_string = $lang->hasKey($prefix.$this->country->country_3_code) ? ' (' . vmText::_($prefix.$this->country->country_3_code) . ')' : ' ' | |
| $country_string = $lang->hasKey($prefix.$this->country->country_3_code) ? ' (' . vmText::_($prefix.$this->country->country_3_code) . ')' : ' ' |
| $lang = JFactory::getLanguage() |
| $prefix ="COM_VIRTUEMART_COUNTRY_" |
1.8.11