Ulvi

How to remove upper page links

Recommended Posts

Hi! First of all, I want to thank moderators for opening up an english version of support which is really helpful. 

 

I want to remove top upper page links from my site. How can i do it ?

 

 

post-2673-0-51704200-1428341872_thumb.jp

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

1. In template:

/template/frontend/realia/main.tpl

<ul class="breadcrumb pull-left"><li><a href="{$estate_folder}/">{$L_HOME}</a></li>{section name=i loop=$right_menu}<li><a href="{$right_menu[i].url}">{$right_menu[i].name}</a></li>{/section}<li><a href="{$estate_folder}/myfavorites/">{$L_TABS_FAVORITES} (<span id="favorites_count">{(int)$smarty.session.favorites|count}</span>)</a></li></ul><!-- /.breadcrumb -->

2. In admin panel:

CMS_Sitebill.png

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

×   Вы вставили отформатированное содержимое.   Удалить форматирование

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.