本帖最后由 小白 于 2011-6-29 13:26 编辑
1.把ScrollPic.js放到includes/templates/你的模板/jscript/下,图片放到你includes/templates/你的模板/images下
2.把tpl_product_info_mobile_products.php文件放到includes/templates/你的模板/templates/下并改下面的语句
<SCRIPT src="includes/templates/你的模板/jscript/ScrollPic.js" type=text/javascript></SCRIPT>
3.把scrollpic.css放到你模板下的样式表里
4.includes/templates/你的模板/templates/tpl_product_info_display.php顶部加上
<?php require($template->get_template_dir('/tpl_product_info_mobile_products.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_product_info_mobile_products.php');?>
|