You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification
if (!class_exists( 'VmConfig' )) require(JPATH_ROOT .'/administrator/components/com_virtuemart/helpers/config.php');
VmConfig::$execTrigger = true;
VmConfig::loadConfig(false, false, true, true);
vRequest::setRouterVars();
$lang = vRequest::getCmd('lang','');
if(!empty($lang)){
vmLanguage::setLanguageByTag($lang);
}
.$x = debug_backtrace();
foreach ($x as $l) echo $l['file'].' '.$l['line']."<br />\n";
die(__FILE__.'@'.__LINE__);
Page created in 0.037 seconds with 9 queries.