香蕉榴莲秋葵绿巨人www,51黑料网,久久中文骚妇内射,色综合久久久无码中文字幕波多

ECSHOP增加單頁面的方法

點擊次數:73 發布時間:2013-6-15

 很多用戶想在ECSHOP里增加一些單頁面,但是ECSHOP卻沒有這個功能,下面是如果在ECSHOP增加單頁面的方法:
1,在根目錄創建一個php文件,命名為xxx.php
里面加入代碼
<?php
/**
* XX網站 xxx活動專題//2011.7.18
* ============================================================================
* 網站地址: http://www.majiaping.com;
* ----------------------------------------------------------------------------
* Author: Luery QQ:609198030
* Id: xxx.php 2011-7-18 12:19:16
*/
define('IN_ECS', true);
require(dirname(__FILE__) . '/includes/init.php');
$templates = empty($topic['template']) ? 'xxx.dwt' : $topic['template'];

/* 顯示模板 */
$smarty->display($templates, $cache_id);
?>
2,在模板文件夾里面創建xxx.dwt文件,
添加代碼:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Author" contect="Luery">
<!-- TemplateBeginEditable name="doctitle" -->
<title>你的頁面標題</title>
<!-- TemplateEndEditable -->
<meta name="Keywords" content="" />
<meta name="Description" content="" />
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<link rel="shortcut icon" href="favicon.ico" />
<style type="text/css" media="screen">@import url( css/你的css.css );</style>
<link rel="alternate" type="application/rss+xml" title="RSS|{$page_title}" href="{$feed_url}" />
{* 包含腳本文件 *}
{insert_scripts files='common.js,transport.js'}
</head>
<body>
<div id="container">
<!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem -->
把你創建的html里面的html內容復制放在這里
<div id="footer">
<!-- #BeginLibraryItem "/library/page_footer.lbi" --><!-- #EndLibraryItem -->
</div></div>
</body>
</html>

這樣通過前臺訪問xxx.php就可以顯示你的頁面內容了,而且頭部和尾部都是調用的!
注意里面的div內容,根據自己的css修改。以免造成錯位等!
如果你網站開通了偽靜態訪問,也想偽靜態訪問此php文件,阿帕奇下可以在
# direct one-word access

RewriteRule ^index\.html$ index\.php [L]

RewriteRule ^category$ index\.php [L]
復制代碼
下面增加一行
RewriteRule ^xxx\.html$ xxx\.php [L]
復制代碼
即可通過前臺xxx.html訪問該頁面!

  • 添加微信

  • 聯系電話

    0851-86720570
  • 主站蜘蛛池模板: 罗源县| 宁陵县| 五寨县| 通河县| 叙永县| 揭西县| 乾安县| 温宿县| 湘潭市| 九龙坡区| 龙胜| 深州市| 高要市| 萨嘎县| 司法| 罗源县| 灯塔市| 舒兰市| 南充市| 广水市| 通河县| 加查县| 邓州市| 东海县| 双流县| 湘潭市| 揭西县| 锡林郭勒盟| 蒙阴县| 博湖县| 山西省| 青海省| 平舆县| 江阴市| 黄梅县| 惠东县| 鹤壁市| 镇江市| 恩平市| 安吉县| 盐源县|