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::getCleanUrl(); } else{ $url = $this->url; } //$url = JRoute::_($url, $this->useXHTML, $this->useSSL); $user = vFactory::getUser(); if (!class_exists( 'vHtml' )) require(VMPATH_ADMIN .'/vmf/html/html.php'); if ($this->show and $user->id == 0 ) { vHtml::_('behavior.formvalidator'); //Extra login stuff, systems like openId and plugins HERE if (vPluginHelper::isEnabled('authentication', 'openid')) { $lang = vFactory::getLanguage(); $lang->load('plg_authentication_openid', JPATH_ADMINISTRATOR); $langScript = ' // '; vmJsApi::addJScript('login_openid',$langScript); vHtml::_('script', 'openid.js'); } $html = ''; vPluginHelper::importPlugin('vmpayment'); $dispatcher = vDispatcher::getInstance(); $returnValues = $dispatcher->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 ) { ?>



from_cart ) { ?>

id ) { ?>
name ); ?>