1: function robots_txt_action() { 2: res.contentType = "text/plain"; 3: this.renderSkin("robots"); 4: return; 5: }