Advertisement
Armandur

CI problem

Aug 28th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.34 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="sv-SE">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title><?=$title?></title>
  6.     <?php
  7.         foreach($stylesheets as $i):
  8.     ?>
  9.         <link rel="stylesheet" href="<?=$i?>" />
  10.     <?php
  11.         endforeach;
  12.        
  13.         foreach($scripts as $i):
  14.     ?>
  15.         <script type="text/javascript" href="<?=$i?>"></script>
  16.     <?php
  17.         endforeach;
  18.     ?>
  19. </head>
  20. <body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement