| #438 | <?php |
| #439 | global $run; |
| #440 | $Jason_WorldTime = $run->kv->xget('Jason_WorldTime'); |
| #441 | $differencemodel = $Jason_WorldTime['difference_model']; |
| #442 | $currentUrl = getCurrentUrl(); |
| #443 | ?> |
| #444 | <?php if (is_difference()) { ?> |
| #445 | <meta property="og:title" content="<?php echo(isset($cfg['titles']) ? $cfg['titles'] : ''); ?>" /> |
| #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'] : ''); ?>" /> |