Search found 4 matches
- Thu Oct 29, 2009 9:46 am
- Forum: Russian - русский
- Topic: Распределение меню [РЕШЕНО]
- Replies: 1
- Views: 1489
Re: Распределение меню
Эврика! Я понял, что мне не надо создавать 3-й уровень меню. Теперь я просто создаю 2-й уровень меню, а свои заголовки помечаю, как “Секция заголовка”. Ну и написал теперь такой templete: {foreach from=$nodelist item=node} {if $node->depth ==2 } {if $node->url =='#'} <font class="menu2">{$...
- Thu Oct 29, 2009 9:40 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Menu positions. [SOLVED]
- Replies: 2
- Views: 1695
Re: Menu positions.
Peciura, thank you for your answer! I'm understood that I needn't make the 3rd menu level. Now I'm make only 2nd level and mark my titles in this menu, like “Section Header”. And wrote this templete: {foreach from=$nodelist item=node} {if $node->depth ==2 } {if $node->url =='#'} <font class="m...
- Wed Oct 28, 2009 4:35 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Menu positions. [SOLVED]
- Replies: 2
- Views: 1695
Menu positions. [SOLVED]
Hello! I have one problem. I have my site’s 1st level menu. In some positions of this menu I have 2nd and 3rd levels of the menu. In the second level I need have title (I choose content type: “Section Header”). Under this one located the 3rd menu level (and this is active link). My 2nd and 3rd menu ...
- Fri Oct 23, 2009 4:08 pm
- Forum: Russian - русский
- Topic: Распределение меню [РЕШЕНО]
- Replies: 1
- Views: 1489
Распределение меню [РЕШЕНО]
Вот такая возникла трудность. У меня меню 1-гоуровня. В некоторых пунктах ещё 2-й и 3-й уровни. 2-м уровнем идёт заголовок (выбран тип контента: "Секция заголовка"), под которым распологается 3-й уровень меню. При этом меню 2-го и 3-го уровня отделены от меню первого уровня и у них в {menu...