Ignore:
Timestamp:
Jan 9, 2007, 2:30:02 AM (17 years ago)
Author:
rvelices
Message:

feature 606: search engine spider restrictions (meta robots)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/menubar.tpl

    r1677 r1703  
    1515<dl id="mbCategories">
    1616  <!-- BEGIN start_filter -->
    17   <a href="{start_filter.URL}" title="{lang:start_filter_hint}"><img src="{pwg_root}{themeconf:icon_dir}/start_filter.png" class="buttonmenu" alt="{lang:start_filter_hint}"></a>
     17  <a href="{start_filter.URL}" title="{lang:start_filter_hint}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/start_filter.png" class="buttonmenu" alt="{lang:start_filter_hint}"></a>
    1818  <!-- END start_filter -->
    1919  <!-- BEGIN stop_filter -->
     
    3535      <li>
    3636        <!-- BEGIN add -->
    37         <a href="{tags.tag.add.URL}" title="{tags.tag.add.TITLE}"><img src="{pwg_root}{themeconf:icon_dir}/add_tag.png" alt="+"></a>
     37        <a href="{tags.tag.add.URL}" title="{tags.tag.add.TITLE}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/add_tag.png" alt="+"></a>
    3838        <!-- END add -->
    3939        <a href="{tags.tag.URL}" class="{tags.tag.CLASS}" title="{tags.tag.TITLE}">{tags.tag.NAME}</a>
     
    5050    <ul>
    5151      <!-- BEGIN special_cat -->
    52       <li><a href="{special_cat.URL}" title="{special_cat.TITLE}">{special_cat.NAME}</a></li>
     52      <li><a href="{special_cat.URL}" title="{special_cat.TITLE}" {special_cat.REL}>{special_cat.NAME}</a></li>
    5353      <!-- END special_cat -->
    5454    </ul>
Note: See TracChangeset for help on using the changeset viewer.