Last change
on this file since 384 was 358, checked in by roby, 3 years ago |
Admin: aggiunta la funzione di gestione dello spoglio per la singola sezione tramite tema per cellulari
|
File size:
827 bytes
|
Line | |
---|
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.