head.php 115 B

123456789
  1. <?php
  2. $view
  3. ->fetch('title', '<{$title}>')
  4. ->fetch(array('script', 0), '<{Dever::script()}>')
  5. ->display();