| #446 | <meta property="og:site_name" content="<?php echo(isset($cfg['webname']) ? $cfg['webname'] : ''); ?>" /> |
| #447 | <meta property="og:keywords" content="<?php echo(isset($cfg['seo_keywords']) ? $cfg['seo_keywords'] : ''); ?>" /> |
| #448 | <meta property="og:description" content="<?php echo(isset($cfg['seo_description']) ? $cfg['seo_description'] : ''); ?>" /> |
| #449 | <script type="text/javascript"> |
| #450 | window._TOOL = { |
| #451 | weburl: "<?php echo(isset($cfg['weburl']) ? $cfg['weburl'] : ''); ?>", |
| #452 | currentUrl: "<?php echo(isset($currentUrl) ? $currentUrl : ''); ?>", |
| #453 | timezone1: "<?php echo(isset($iana1) ? $iana1 : ''); ?>", |
| #454 | timezone2: "<?php echo(isset($iana2) ? $iana2 : ''); ?>", |
| #455 | city1: "<?php echo(isset($city1) ? $city1 : ''); ?>", |