1. 제로보드 스킨파일의 list_main.php를 열고 맨위에 아래 소스 입력
<? $is_search_null = 1; ?>
2. 제로보드 스킨파일 list_foot.php 를 열고 맨위에 아래 소스 입력
<? if(!$is_search_null&&($sn==on||$ss==on||$sc==on)) echo "<table width=900 border=0 cellspacing=0 cellpadding=0 height=200> <tr><td></td></tr></table>
<div align=center>Search Failed!<br /><br />입력하신 단어에 해당하는 검색 결과가 없습니다.</div>
<table width=900 border=0 cellspacing=0 cellpadding=0 height=200><tr><td></td></tr></table>"; ?>
<div align=center>Search Failed!<br /><br />입력하신 단어에 해당하는 검색 결과가 없습니다.</div>
<table width=900 border=0 cellspacing=0 cellpadding=0 height=200><tr><td></td></tr></table>"; ?>
'WEB MASTERING' 카테고리의 다른 글
| Image Gallery Directory Listing Module for IIS7 (0) | 2009/04/13 |
|---|---|
| 내 홈페이지 및 블로그용 전용 툴바 만들기 (0) | 2008/11/25 |
| Favicon Generator ( 홈페이지 파비콘 생성기 ) (0) | 2008/06/26 |
| 음악, 동영상 파일 링크 소스 - Embed 옵션 정리 (0) | 2008/05/14 |
| Microsoft ClearType Font (0) | 2008/05/14 |
| 제로보드에서 검색 결과가 없을때 안내문구 출력하기 (1) | 2007/06/27 |
TAG 제로보드




댓글을 달아 주세요
감사합니다