我想把pure_orange模板中的
首页说明模板样本 ...
在管理页面->工具->页面编辑下修改本段文字。
要删除本段文字,从页面编辑菜单中删除。
这个删除,还有前面 的Welcome to WebShop.com,删除后不想他保留空白的框架在,请问修改那个文件?还有我想问问安装ZenCart的时候输入了服务器的IP,那么安装完后能不能修改IP的?
版主: radnows


<h1 id="indexDefaultHeading"><?php echo HEADING_TITLE; ?></h1>
<?php if (SHOW_CUSTOMER_GREETING == 1) { ?>
<h2 class="greeting"><?php echo zen_customer_greeting(); ?></h2>
<?php } ?>
<!-- deprecated - to use uncomment this section
<?php if (TEXT_MAIN) { ?>
<div id="" class="content"><?php echo TEXT_MAIN; ?></div>
<?php } ?>-->
<!-- deprecated - to use uncomment this section
<?php if (TEXT_INFORMATION) { ?>
<div id="" class="content"><?php echo TEXT_INFORMATION; ?></div>
<?php } ?>-->
<?php if (DEFINE_MAIN_PAGE_STATUS >= 1 and DEFINE_MAIN_PAGE_STATUS <= 2) { ?>
<?php
/**
* get the Define Main Page Text
*/
?>
<div id="indexDefaultMainContent" class="content"><?php require($define_page); ?></div>
<?php } ?>


正在浏览此版面的用户:没有注册用户 和 0 位游客