| 제목 | 위시리스트 등록은 어떻게 하죠? | ||||
|---|---|---|---|---|---|
| 등록일 | 2010.04.20 | HIT | 1072 | 작성자 | 호홍 |
| 폰돌 | www.shop-wiz.com/wizmanual.php?BID=manual&GID=root&mode=view&UID=6 현재 버젼으로 수정해 두었습니다. 참조 하시기 바랍니다. 그리고 wizmall/skinwiz/wizwish/index.php파일도 수정하셔야 합니다. //header('P3P: CP="NOI CURa ADMa DEVa TAIa OUR DELa BUS IND PHY ONL UNI COM NAV INT DEM PRE"'); //header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); //header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); //header("Cache-Control: no-store, no-cache, must-revalidate"); //header("Cache-Control: post-check=0, pre-check=0", false); //header("Pragma: no-cache"); //session_start(); //include "../../lib/cfg.common.php"; include "../../lib/inc.depth2.php"; header("Content-Type: text/html; charset=".$cfg["common"]["lan"]); 상단것 모두 지우시고 include "../../lib/inc.depth2.php"; 넣으시면됩니다. |
2010.04.21 |