How To Remove This?

[color=#282828][font=arial, verdana, tahoma, sans-serif]In /skins/fresh_pick/customer/top.tpl how remove search, sign in or regsiter, cart (button, cart is empty,all)? [/font][/color][color=#000000]CS-CART: version [/color]2.2.5 PROFESSIONAL skin: Fresh Pick



This is top.tpl:



```php {* $Id$ *}




{$manifest.Customer_logo.alt}


{include file="top_quick_links.tpl"}

{include file="top_menu.tpl"}







{hook name="index:user_info"}
{assign var="escaped_current_url" value=$config.current_url|escape:url}
{if !$auth.user_id}
{$lang.sign_in}
{$lang.or}
{$lang.register}
{else}
{if $user_info.firstname && $user_info.lastname}{$user_info.firstname} {$user_info.lastname}{else}{$user_info.email}{/if}
({include file="buttons/button.tpl" but_role="text" but_href="auth.logout?redirect_url=`$escaped_current_url`" but_text=$lang.sign_out})
{/if}

{if $settings.General.secure_auth != "Y"}


{$lang.sign_in}

{include file="views/auth/login_form.tpl" style="popup" form_name="login_popup_form" id="popup"}


{/if}
{/hook}


{include file="common_templates/search.tpl"}








{include file="views/checkout/components/cart_status.tpl"}


{if $localizations|sizeof > 1}
{include file="common_templates/select_object.tpl" style="graphic" suffix="localization" link_tpl=$config.current_url|fn_link_attach:"lc=" items=$localizations selected_id=$smarty.const.CART_LOCALIZATION display_icons=false key_name="localization" text=$lang.localization}

{/if}

{if $languages|sizeof > 1}
{include file="common_templates/select_object.tpl" style="graphic" suffix="language" link_tpl=$config.current_url|fn_link_attach:"sl=" items=$languages selected_id=$smarty.const.CART_LANGUAGE display_icons=true key_name="name" language_var_name="sl"}

{/if}

{if $currencies|sizeof > 1}
{include file="common_templates/select_object.tpl" style="graphic" suffix="currency" link_tpl=$config.current_url|fn_link_attach:"currency=" items=$currencies selected_id=$secondary_currency display_icons=false key_name="description"}

{/if}


```

[b]When i delete this code. That's what i need but site move left:[/b]
```php





{hook name="index:user_info"}
{assign var="escaped_current_url" value=$config.current_url|escape:url}
{if !$auth.user_id}
{$lang.sign_in}
{$lang.or}
{$lang.register}
{else}
{if $user_info.firstname && $user_info.lastname}{$user_info.firstname} {$user_info.lastname}{else}{$user_info.email}{/if}
({include file="buttons/button.tpl" but_role="text" but_href="auth.logout?redirect_url=`$escaped_current_url`" but_text=$lang.sign_out})
{/if}
{if $settings.General.secure_auth != "Y"}


{$lang.sign_in}

{include file="views/auth/login_form.tpl" style="popup" form_name="login_popup_form" id="popup"}


{/if}
{/hook}


{include file="common_templates/search.tpl"}







{include file="views/checkout/components/cart_status.tpl"} ```

I want to remove this:

I see opened tags in the end of the deleted code like


```php


```

or

```php

```

But we do not see where these tags are closed. It can be the reason

[quote name='eComLabs' timestamp='1429780221' post='212442']

I see opened tags in the end of the deleted code like


```php


```

or

```php

```

But we do not see where these tags are closed. It can be the reason
[/quote]

What do you think should I edit?

[quote name='eComLabs' timestamp='1429780221' post='212442'] I see opened tags in the end of the deleted code like
or
But we do not see where these tags are closed. It can be the reason [/quote]



Thanks!!!



I delete this:

[color=#000088][size=2][/size][/color]
[color=#000088][/color][color=#000000] [/color][color=#000088][/color]
[color=#000088][/color][color=#000000] [/color][color=#000088][/color]
[color=#000088][/color]
[color=#000088][/color]
[color=#000000]{hook name="index:user_info"}
{assign var="escaped_current_url" value=$config.current_url|escape:url}
{if !$auth.user_id}
[/color][color=#000088][/color][color=#000000]{$lang.sign_in}[/color][color=#000088][/color]
[color=#000000]{$lang.or}
[/color][color=#000088][/color][color=#000000]{$lang.register}[/color][color=#000088][/color]
[color=#000000]{else}
[/color][color=#000088][/color][color=#000000]{if $user_info.firstname && $user_info.lastname}{$user_info.firstname} {$user_info.lastname}{else}{$user_info.email}{/if}[/color][color=#000088][/color]
[color=#000000]({include file="buttons/button.tpl" but_role="text" but_href="auth.logout?redirect_url=`$escaped_current_url`" but_text=$lang.sign_out})
{/if}
{if $settings.General.secure_auth != "Y"}
[/color][color=#000088][/color]
[color=#000088][/color]
[color=#000088][/color][color=#000000]{$lang.sign_in}[/color][color=#000088]

[/color]
[color=#000000]{include file="views/auth/login_form.tpl" style="popup" form_name="login_popup_form" id="popup"}
[/color][color=#000088]
[/color]
[color=#000088]
[/color]
[color=#000000]{/if}
{/hook}
[/color][color=#880000][/color][color=#000088]