Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tpls\content\header.tpl
- %content menu('menu1',1)%
- tpls\content\menu\menu1.tpl
- <?php
- $FORMS = Array();
- if($_SERVER["REQUEST_URI"] == "/"){
- $FORMS['menu_block_level1'] = <<<END
- <ul class="nav">
- <li><a href="/contacts/">Контакты</a></li>
- </ul>
- END;
- }else{
- $FORMS['menu_block_level1'] = <<<END
- <noindex>
- <ul class="nav">
- <li><a rel="nofollow" href="/contacts/">Контакты</a></li>
- </ul>
- </noindex>
- END;
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement