Last change
on this file since 269 was 231, checked in by luc, 9 years ago |
- inclusione del tema per mobile Futura2 - inclusione del widget per la ricerca dei candidati - inclusione della segnalazione dell'installazione - altre piccole migliorie
|
File size:
827 bytes
|
Rev | Line | |
---|
[231] | 1 | <?php
|
---|
| 2 | echo "<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n
|
---|
| 3 | <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n";
|
---|
| 4 | echo '<link rel=âapple-touch-iconâ href=âapple-touch-icon.pngâ/>';
|
---|
| 5 | echo '<meta name="viewport" content="width=device-width,initial-scale=1">
|
---|
| 6 | <title>Eleonline</title>
|
---|
| 7 | <link rel="stylesheet" href="temi/'.$tema.'/themes/Bootstrap.css">
|
---|
| 8 | <link rel="stylesheet" href="temi/'.$tema.'/includes/jquery.mobile.structure-1.2.0.min.css" />
|
---|
| 9 | <link rel="stylesheet" href="temi/'.$tema.'/themes/jqm-icon-pack-1.1.1-fa.css">
|
---|
| 10 | <script src="temi/'.$tema.'/includes/jquery-1.8.2.min.js"></script>
|
---|
| 11 | <script src="temi/'.$tema.'/includes/jquery.mobile-1.2.0.min.js"></script>';
|
---|
| 12 |
|
---|
| 13 |
|
---|
| 14 | //echo '<meta http-equiv="refresh" content="300;url=modules.php?tema=mobile" />';
|
---|
| 15 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.