Added robots meta tag
authorMarcel Werk <burntime@woltlab.com>
Fri, 19 Apr 2013 19:23:50 +0000 (21:23 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 19 Apr 2013 19:23:50 +0000 (21:23 +0200)
files/lib/page/LegalNoticePage.class.php

index 8b3f32b93aec51c1845dc098bcdb3307968a43ad..d156e60452a267b58a2c227f328a9753ea40bdbd 100644 (file)
@@ -23,7 +23,8 @@ class LegalNoticePage extends AbstractPage {
                parent::assignVariables();
                
                WCF::getTPL()->assign(array(
-                       'encodedEmailAddress' => StringUtil::encodeAllChars(LEGAL_NOTICE_EMAIL_ADDRESS)
+                       'encodedEmailAddress' => StringUtil::encodeAllChars(LEGAL_NOTICE_EMAIL_ADDRESS),
+                       'allowSpidersToIndexThisPage' => true
                ));
        }
 }