| #672 | <meta name="description" content="<?php echo(isset($cfg['seo_description']) ? $cfg['seo_description'] : ''); ?>" /> |
| #673 | <link href="<?php echo(isset($cfg['tpl']) ? $cfg['tpl'] : ''); ?>static/css/bootstrap.min.css" rel="stylesheet"> |
| #674 | <link href="<?php echo(isset($cfg['tpl']) ? $cfg['tpl'] : ''); ?>static/css/style.css" rel="stylesheet"> |
| #675 | <link rel="stylesheet" type="text/css" href="<?php echo(isset($cfg['webdir']) ? $cfg['webdir'] : ''); ?>static/layui/lib/font-awesome-4.7.0/css/font-awesome.min.css" media="all" /> |
| #676 | <?php if (is_show() || is_subpage()) { ?> |
| #677 | <?php $symbolOrAlias = !empty($gdata["symbol"]) ? $gdata["symbol"] : (!empty($gdata["alias"]) ? $gdata["alias"] : "");$currentUrl = getCurrentUrl(); ?> |
| #678 | <script type="text/javascript"> |
| #679 | window.TOOLCMS={ |
| #680 | url:"<?php echo(isset($currentUrl) ? $currentUrl : ''); ?>",weburl:"<?php echo(isset($cfg['weburl']) ? $cfg['weburl'] : ''); ?>",domain:"<?php echo(isset($cfg['webdomain']) ? $cfg['webdomain'] : ''); ?>",symbol:"<?php echo(isset($symbolOrAlias) ? $symbolOrAlias : ''); ?>",<?php if (!empty($gdata['sym'])) { ?>sym:"<?php echo(isset($gdata['sym']) ? $gdata['sym'] : ''); ?>",<?php } ?>title:"<?php echo(isset($gdata['title']) ? $gdata['title'] : ''); ?>",themeurl:"<?php echo(isset($cfg['weburl']) ? $cfg['weburl'] : ''); ?>theme/<?php echo(isset($cfg['theme']) ? $cfg['theme'] : ''); ?>",parseurl:"<?php echo(isset($_parseurl) ? $_parseurl : ''); ?>" |
| #681 | }; |