Guest User

Untitled

a guest
Jul 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <?= doctype('html5')."\n"; ?>
  2. <html>
  3. <head>
  4. <?= meta('Content-type', 'text/html; charset=utf-8', 'equiv'); ?>
  5. <?= view_var('meta'); ?>
  6.  
  7. <title><?= view_var('title'); ?></title>
  8.  
  9. <?= view_var('head'); ?>
  10.  
  11. <?= css('framework/*'); ?>
  12. <?= css('../auth/login'); ?>
  13.  
  14. </head>
  15.  
  16. <body>
  17.  
  18. <div id="login-box">
  19. <div class="center">
  20. <div class="content padding">
  21. <?= view_var('body'); ?>
  22. </div>
  23. </div>
  24. </div>
  25.  
  26. </body>
  27. </html>
Add Comment
Please, Sign In to add comment