Skip to content
Snippets Groups Projects
Commit 7c9fc91c authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: use full option

parent 6d26a530
No related branches found
No related tags found
No related merge requests found
......@@ -1138,7 +1138,7 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
if ($res)
{
//$mc = new ActionsMulticompany($db);
$entitytext = img_object('', 'globe','entity');
$entitytext = img_object('', 'globe',"class='entity'");
$entityhtmltext = 'EntityName';
print $html->textwithtooltip('',$entityhtmltext,2,1,$entitytext);
//$select_entity = '<div class="loginSelectEntity">'.$mc->select_entities($conf->entity).'</div>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment