| #504 | <html xmlns="http://www.w3.org/1999/xhtml">
|
| #505 | <head>
|
| #506 | <meta charset="utf-8" />
|
| #507 | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
|
| #508 | <title><?php echo(isset($cfg['titles']) ? $cfg['titles'] : ''); ?></title>
|
| #509 | <meta name="keywords" content="<?php echo(isset($cfg['seo_keywords']) ? $cfg['seo_keywords'] : ''); ?>" />
|
| #510 | <meta name="description" content="<?php echo(isset($cfg['seo_description']) ? $cfg['seo_description'] : ''); ?>" />
|
| #511 | <link rel="shortcut icon" type="image/x-icon" href= "<?php echo(isset($cfg['webdir']) ? $cfg['webdir'] : ''); ?>favicon.ico" />
|
| #512 | <link href="<?php echo(isset($cfg['tpl']) ? $cfg['tpl'] : ''); ?>pc/css/all.css" rel="stylesheet" type="text/css">
|
| #513 | <link href="<?php echo(isset($cfg['tpl']) ? $cfg['tpl'] : ''); ?>pc/css/home.css" rel="stylesheet" type="text/css">
|