VirtueMart  3.2.14.9808
Namespaces | Variables
default.php File Reference

Namespaces

 VirtueMart
 

Variables

 $tabs
 
 $j
 

Variable Documentation

$j
Initial value:
= 'function confirmation(message, destnUrl) {
var answer = confirm(message);
if (answer) {
window.location = destnUrl;
}
}'
$tabs
Initial value:
= array ( 'tools' => 'COM_VIRTUEMART_UPDATE_TOOLS_TAB',
'spwizard' => 'COM_VM_WIZARD_TAB',
'migrator' => 'COM_VIRTUEMART_MIGRATION_TAB')