how to remove top quick links

I commented and removed the code from top_quick_links.tpl (had to restore since it did not work either way)



the top quick links menu is removed then the web site tabs move upward and the entire site is messed up. there is then a space between the tabs and the body of the site.



what’s up?

In top_quick.links.tpl, change:

```php



{foreach from=$quick_links item=“link”}

{$link.descr}

{/foreach}


```
to
```php
```

Bob


repositioned the tabs. not exactly where i wanted then positioned but i was able to adjust the graphic i am using.



thank you.

I found it worked better if I did this:


```php



{* {foreach from=$quick_links item=“link”}

{$link.descr}

{/foreach} *}

```

Keeps the p tag and the non-breaking space.

I just disabled all the quick links within the config menu