path}"); $content = "

$title

\n\n"; parent::__construct($data, $content); $this->title = $title; $this->noindex = true; } function display() { $this->display_template($this->template_params($this->content)); } }