[첫화면으로]UseModWiki소스수정/아이콘디렉토리

마지막으로 [b]

아이콘 디렉토리를 별도의 환경 변수로 지정

$IconDir = "./icons/";       # 기존 이모티콘과 같이 보관하고 싶다면 "./emoticon" 으로 설정하면 됨

config.pl 에 다음 라인 추가. config.pl 을 쓰지 않는 경우라면 wiki.pl 내에도 적어 주어야 한다.
### 내부 아이콘이 저장된 디렉토리
$IconDir = "./icons/";  # directory containing icon files

wiki.pl 에서 다음을 수정
    ...
### $IconDir 변수를 추가
use vars qw(
    $UserGotoBar $UserGotoBar2 $UserGotoBar3 $UserGotoBar4
    $ConfigFile $SOURCEHIGHLIGHT %SRCHIGHLANG $LinkFirstChar
    $EditGuideInExtern $SizeTopFrame $SizeBottomFrame
    $LogoPage $CheckTime $LinkDir $IconDir
    );
###
    ...

그 외에는, 소스 내에서 "icons" 또는 "./icons" 라고 되어 있는 부분을 "$IconDir" 로 바꿔주면 된다. 예를 들면 다음과 같다.
#        $bartext .= " </td><td> <img src=\"./icons/parentpage.gif\" border=\"0\" alt=\""
        $bartext .= " </td><td> <img src=\"$IconDir/parentpage.gif\" border=\"0\" alt=\""


위키위키분류

마지막 편집일: 2007-1-8 12:19 pm (변경사항 [d])
675 hits | Permalink | 변경내역 보기 [h] | 페이지 소스 보기