array($item->params->get('menu-anchor_css', '')), 'title' => $item->params->get('menu-anchor_title', ''), 'href' => $item->flink); switch ($item->browserNav) { case 1: // _blank $attributes['target'] = '_blank'; break; case 2: // window.open $attributes['onclick'] = 'window.open(this.href,\'targetWindow\',' . '\'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes\');return false;'; break; } $linktype = $item->params->get('menu_image', '') ? ('' . $item->title . '' . ($item->params->get('menu_text', 1) ? '' . $item->title . ' ' : '')) : $item->title; if ('horizontal' == $menutype || 'vertical' == $menutype) { if ($params->get('startLevel') == $item->level) $linktype = '' . $linktype . ''; } echo artxTagBuilder('a', $attributes, $linktype);