Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php foreach ($styles as $file => $type) echo HTML::style(STATICSERV.$file, array('media' => $type)), "\n" ?>
- <link rel=stylesheet media=screen href=http://fonts.googleapis.com/css?family=Open+Sans:400,700,300,300italic,700italic,800,800italic,600italic,600,400italic&subset=latin,latin-ext>
- <link rel=stylesheet media=screen href=http://fonts.googleapis.com/css?family=Courgette&subset=latin,latin-ext>
- <style>
- <?php
- /*
- * Jak nie chcesz grzecznie współpracować i wczytać plików przez blokadę w .htaccess
- * to zrobimy ci include i postawimy na swoim oddzielając pliki i pracując po swojemu.. ;)
- */
- include Kohana::find_file('views/templates/assets/css','bootstrap.min','css');
- include Kohana::find_file('views/templates/assets/css','font-awesome.min','css');
- include Kohana::find_file('views/templates/assets/css','animations','css');
- include Kohana::find_file('views/templates/assets/css','main','css');
- include Kohana::find_file('views/templates/assets/css','bootstrap-responsive','css');
- include Kohana::find_file('views/templates/assets/css','main','css');
- ?>
- </style>
- <?php foreach ($scripts as $file) echo HTML::script(STATICSERV.$file), "\n" ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement