show )) $this->show = TRUE; if (!isset( $this->from_cart )) $this->from_cart = FALSE; if (!isset( $this->order )) $this->order = FALSE ; if (empty($this->url)){ $url = vmURI::getCurrentUrlBy('request'); } else{ $url = $this->url; } vmdebug('My Url in loginform',$url); $user = JFactory::getUser(); if ($this->show and $user->id == 0) { vmJsApi::vmValidator(); //Extra login stuff, systems like openId and plugins HERE if (JPluginHelper::isEnabled('authentication', 'openid')) { $lang = vmLanguage::getLanguage(); $lang->load('plg_authentication_openid', JPATH_ADMINISTRATOR); $langScript = ' //'; vmJsApi::addJScript('login_openid',$langScript); JHtml::_('script', 'openid.js'); } $html = ''; vDispatcher::importVMPlugins('vmpayment'); $returnValues = vDispatcher::trigger('plgVmDisplayLogin', array($this, &$html, $this->from_cart)); if (is_array($html)) { foreach ($html as $login) { echo $login.'
'; } } else { echo $html; } //end plugins section //anonymous order section if ($this->order) { ?>


id ) { ?>
name ); ?>