zblog仿站通常使用的代码

8976988822周前 (01-10)未命名1
{* Template Name:公共头部 *}<!DOCTYPE html><html lang="{$lang['lang_bcp47']}">    //显示为<html lang="zh-Hans"> 表示语言为简体中文<head>    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>    <meta http-equiv="X-UA-Compatible" content="ie=edge" />    <meta name="generator" content="{$zblogphp}" />    //该文件用什么生成    <meta name="renderer" content="webkit">    //启用360极速模式    <title>{$name}-{$title}</title>    <link rel="stylesheet" rev="stylesheet" href="{$host}zb_users/theme/{$theme}/style/{$style}.css" type="text/css" media="all"/>    <!--- 引入自定义jq版本 --->    <script src="{$host}zb_system/script/jquery-2.2.4.min.js" type="text/javascript"></script>    <!--- 引入ZBPJF --->    <script src="{$host}zb_system/script/zblogphp.js" type="text/javascript"></script>    <!--- 引入系统动态 JS --->    <script src="{$host}zb_system/script/c_html_js_add.php" type="text/javascript"></script>    <!--- 引入主题自定义 JS --->    <script src="{$host}zb_users/theme/{$theme}/script/common.js" type="text/javascript"></script>{$header}{if $type=='index'&&$page=='1'}    <link rel="alternate" type="application/rss+xml" href="{$feedurl}" title="{$name}" />    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{$host}zb_system/xml-rpc/?rsd" />    <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="{$host}zb_system/xml-rpc/wlwmanifest.xml" />{/if}</head>


扫描二维码推送至手机访问。

版权声明:本文由米表程序发布,如需转载请注明出处。

本文链接:https://www.9909999.xyz/post/640.html

分享给朋友: