共计 2212 个字符,预计需要花费 6 分钟才能阅读完成。
主样式表
includestemplatesclassiccssstylesheet.css
整个页面组织
D:WEBzen-cartincludestemplatestemplate_defaultcommontpl_main_page.php
网 页左右栏width源代码: 动态调用 width: ”>,
在后台 -configuration-layout里可以更改Column Width/Column Width – Left Boxes
商 品分类名称Categories更改:BOX_HEADING_CATEGORIES,
“D:WEBzen-cartincludeslanguagesenglish.php”(78,11): define(’BOX_HEADING_CATEGORIES’, ‘Categories’);
spooer名称更 改:define(’BOX_HEADING_BANNER_BOX’,’Sponsors’)
默认模板,左spooner对 应’BOX_HEADING_BANNER_BOX’ 右上spooer对’BOX_HEADING_BANNER_BOX_ALL’
右下spooer对应BOX_HEADING_BANNER_BOX2
左边栏处理:只保留 includestemplatestemplate_defaultsideboxestpl_categories.php,在里面增加
图片链接
右边栏的处理:
1.后台设置为保留who’s onlie(sideboxes/whos_online.php),
与之对应的 tpl_box_default_right.php,查找进行替换
2.添加左边 栏目内容,对tpl_box_default_right.php更改:
中部修改:
=================
includestemplatestemplate_defaulttemplatestpl_index_default.php
去 掉顶部说明:
去 掉欢迎信息:
去掉顶部导航:
includestemplatestemplate_defaultcommontpl_main_page.php
trail(BREAD_CRUMBS_SEPARATOR); ?>
模 板顶部修改:
================
zen-cartincludestemplatestemplate_defaultcommontpl_header.php
内可增加链接
/**
* prepares and displays header output
*
*/
if (CUSTOMERS_APPROVAL_AUTHORIZATION == 1 && CUSTOMERS_AUTHORIZATION_HEADER_OFF == ‘true’ and ($_SESSION[‘customers_authorization’] != 0 or $_SESSION[‘customer_id’] == ”)) {
$flag_disable_header = true;
}
require($template->get_template_dir(’tpl_header.php’,DIR_WS_TEMPLATE, $current_page_base,’common’). ‘/tpl_header.php’);?>
上段从
抽出,放在它前面做全屏导航版块
顶部搜索按钮修改:
includestemplatestemplate_defaultcommontpl_header.php :
自动生成导航栏:
includestemplatestemplate_defaulttemplatestpl_modules_categories_tabs.php
将 其代码掏空,重新添加导航代码:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/**
* Module Template – categories_tabs
*
* Template stub used to display categories-tabs output
*
* @package templateSystem
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_modules_categories_tabs.php 3395 2006-04-08 21:13:00Z ajeh $
*/
include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_CATEGORIES_TABS));
?>
= 1) { ?>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
清 除多余的log背景:
zen-cartincludestemplatestemplate_defaultcommontpl_header.php
底部 导航修改:
includestemplatestemplate_defaultcommontpl_main_page.php