Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title><?php echo $this->data['title']; ?></title>
  4. </head>
  5. <body>
  6. <?php echo $this->data['content']; ?>
  7. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement