diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-01-09 01:30:02 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-01-09 01:30:02 +0000 |
commit | 1e7b286faaf29ae55b60a0bd28b8f5ce74ab6654 (patch) | |
tree | 596056b7e67c61841a6acd1faa1beff65b6bf64f /template/yoga/index.tpl | |
parent | f68903ec234fe7d76cddbbaa99fb0096d329582c (diff) |
feature 606: search engine spider restrictions (meta robots)
git-svn-id: http://piwigo.org/svn/trunk@1703 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/index.tpl')
-rw-r--r-- | template/yoga/index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl index b0c2e43dc..2252cf0e9 100644 --- a/template/yoga/index.tpl +++ b/template/yoga/index.tpl @@ -32,7 +32,7 @@ <!-- END mode_normal --> <!-- BEGIN flat_recent_cat --> - <li><a href="{flat_recent_cat.URL}" title="{lang:flat_recent_cat_hint}"><img src="{pwg_root}{themeconf:icon_dir}/flat_recent_cat.png" class="button" alt="{lang:flat_recent_cat_hint}"></a></li> + <li><a href="{flat_recent_cat.URL}" title="{lang:flat_recent_cat_hint}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/flat_recent_cat.png" class="button" alt="{lang:flat_recent_cat_hint}"></a></li> <!-- END flat_recent_cat --> <!-- BEGIN mode_posted --> |