%s |
Published on: %s |
", $this->title, date("Y-m-d", strtotime($this->date_posted))); // Display tags for($i = 0; $i < count($this->tags); $i++) { $tag = $this->tags[$i]; $body .= sprintf(" %s ", $tag["color"], $tag["name"]); } // Display publish date and end metadata div $body .= sprintf(" | Last edited on: %s |