tag = ""; $this->tag .= ""; $this->tag .= "".$title.""; $this->tag .= ""; echo $this->tag; return; } function showContent($content) { echo "

".$content."

"; return; } function showFooter() { $this->tag = ""; echo $this->tag; return; } } ?>