For other people that might need help with this.
/catalog/view/theme/default/template/common/header.tpl
Find and Remove (using DW line 127-137(half line))
/catalog/view/theme/default/template/common/header.tpl
Find and Remove (using DW line 127-137(half line))
Code: Select all
<?php if (!$logged) { ?>
<a href="<?php echo str_replace('&', '&', $login); ?>" id="tab_login"><?php echo $text_login; ?></a>
<?php } else { ?>
<a href="<?php echo str_replace('&', '&', $logout); ?>" id="tab_logout"><?php echo $text_logout; ?></a>
<?php } ?>
<a href="<?php echo str_replace('&', '&', $account); ?>" id="tab_account"><?php echo $text_account; ?></a>
Who is online
Users browsing this forum: No registered users and 7 guests