#598 | <meta name="description" content="<?php echo(isset($cfg['seo_description']) ? $cfg['seo_description'] : ''); ?>" /> |
#599 | <link rel="shortcut icon" type="image/x-icon" href= "<?php echo(isset($cfg['webdir']) ? $cfg['webdir'] : ''); ?>favicon.ico" /> |
#600 | <meta http-equiv="Cache-Control" content="no-transform"> |
#601 | <meta http-equiv="Cache-Control" content="no-siteapp"> |
#602 | <link href="<?php echo(isset($cfg['tpl']) ? $cfg['tpl'] : ''); ?>static/css/style.css" rel="stylesheet" type="text/css"> |
#603 | <script type="text/javascript"> |
#604 | window._LE = { |
#605 | uri: "<?php echo(isset($cfg['weburl']) ? $cfg['weburl'] : ''); ?>", |
#606 | uid: "<?php echo(isset($_uid) ? $_uid : ''); ?>", |
#607 | parseurl: "<?php echo(isset($_parseurl) ? $_parseurl : ''); ?>" |