Beispiel #1
0
    <link rel="stylesheet" href="<?php 
$this->options->themeUrl('css/style.css');
?>
">

    <!--[if lt IE 9]>
    <script src="//cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
    <script src="//cdn.staticfile.org/respond.js/1.3.0/respond.min.js"></script>
    <![endif]-->
    <!-- 通过自有函数输出HTML头部信息 -->
    <?php 
$this->header();
?>
    <script>
    window.notice = <?php 
Forum_Common::getNotice();
?>
;
	window.siteUrl = '<?php 
$this->options->siteUrl();
?>
';
    </script>
</head>
<body>
<!--[if lt IE 8]>
    <div class="browsehappy" role="dialog"><?php 
_e('当前网页 <strong>不支持</strong> 你正在使用的浏览器. 为了正常的访问, 请 <a href="http://browsehappy.com/">升级你的浏览器</a>');
?>
.</div>
<![endif]-->