source: trunk/client/temi/spectral/themeutils.php@ 241

Last change on this file since 241 was 241, checked in by luc, 9 years ago

Aggiunta del widget Privacy e CookieLaw per l'informativa sui cookie - Aggiunto Tema Realistic - Aggiunto Tema Spectral

  • Property svn:executable set to *
File size: 486 bytes
Line 
1<?php
2echo '
3 <meta charset="utf-8" />
4 <meta name="viewport" content="width=device-width, initial-scale=1" />
5 <!--[if lte IE 8]><script src="temi/'.$tema.'/assets/js/ie/html5shiv.js"></script><![endif]-->
6 <link rel="stylesheet" href="temi/'.$tema.'/assets/css/main.css" />
7 <!--[if lte IE 8]><link rel="stylesheet" href="temi/'.$tema.'/assets/css/ie8.css" /><![endif]-->
8 <!--[if lte IE 9]><link rel="stylesheet" href="temi/'.$tema.'/assets/css/ie9.css" /><![endif]-->
9';
10
11
12?>
Note: See TracBrowser for help on using the repository browser.