Guest User

Untitled

a guest
Jun 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2. echo $this->headTitle();
  3. $this->headMeta()->appendName("keywords", "hej");
  4. echo $this->headMeta();
  5. echo $this->headScript();
  6. echo $this->headStyle();
  7. echo $this->headLink();
  8. ?>
Add Comment
Please, Sign In to add comment