Searched refs:login_html (Results 1 – 1 of 1) sorted by relevance
158 $login_html = '<a ' . buildAttributes($login_attr) . '>'; variable159 $login_html .= \inlineSVG($login_action->getSvg());160 …$login_html .= '<span class="' . (in_array('login', $navbar_labels) ? null : 'sr-only') . '"> ' . …161 $login_html .= "</a>";163 echo $login_html;