示例#1
0
文件: layout.php 项目: apanly/dream
<?php

use blog\assets\MarketAsset;
use blog\components\UrlService;
use blog\components\StaticService;
use common\components\DataHelper;
use common\service\GlobalUrlService;
MarketAsset::register($this);
$this->beginPage();
?>
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
    <meta name="format-detection" content="telephone=no" searchtype="map">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <link rel="shortcut icon" href="<?php 
echo GlobalUrlService::buildStaticUrl("/images/icon.png");
?>
">
    <link rel="icon" href="<?php 
echo GlobalUrlService::buildStaticUrl("/images/icon.png");
?>
">
    <title><?php 
echo DataHelper::encode($this->title);
?>
</title>
    <?php