HosipLan

Untitled

Jan 10th, 2012
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 0.65 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. {head title => "Nette Application Skeleton"}
  4.     <meta name="description" content="Nette Framework web application skeleton">
  5.     {stylesheet 'css/screen.css', media => "screen,projection,tv"}
  6.     {javascript 'http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js',
  7.         'js/netteForms.js'}
  8.     <link rel="shortcut icon" href="{$basePath}/favicon.ico" type="image/x-icon">
  9.     {block head}{/block}
  10. {/head}
  11. <body>
  12.     <script> document.body.className+=' js' </script>
  13.  
  14.     <div n:foreach="$flashes as $flash" class="flash {$flash->type}">{$flash->message}</div>
  15.  
  16.     {include #content}
  17.     {control head:scripts}
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment