summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-08-07 22:57:38 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-08-07 22:57:38 +0200
commit7a24876f6626d9c6bcf73824ede7ffa36681421d (patch)
tree9612f905c5a38879c8de5c0aa0b74a4c4497473f /inc/template.php
parent346cbc555f8a7b078d78cb049dde5f51ec4ae6ce (diff)
downloadrpg-7a24876f6626d9c6bcf73824ede7ffa36681421d.tar.gz
rpg-7a24876f6626d9c6bcf73824ede7ffa36681421d.tar.bz2
make image details indexable
darcs-hash:20060807205738-7ad00-5492ba5fe3e854f9dc233254535e4e897847353c.gz
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/template.php b/inc/template.php
index ac24096a3..f06503043 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -196,6 +196,8 @@ function tpl_metaheaders($alt=true){
}else{
ptln('<meta name="robots" content="noindex,follow" />',$it);
}
+ }elseif(defined('DOKU_MEDIADETAIL')){
+ ptln('<meta name="robots" content="index,follow" />',$it);
}else{
ptln('<meta name="robots" content="noindex,nofollow" />',$it);
}