[첫화면으로]UseModWiki소스수정/사용자정의링크추가

마지막으로 [b]

상단 메뉴바에 사용자 정의 링크 추가 (optional)

### 제일 끝에 UserGotoBar2~4 추가
use vars qw(@RcDays @HtmlPairs @HtmlSingle
        $TempDir $LockDir $DataDir $HtmlDir $UserDir $KeepDir $PageDir
        ...
        $UserGotoBar $UserGotoBar2 $UserGotoBar3 $UserGotoBar4);
...
sub GetGotoBar {
        ...
        $bartext .= ' </td><td> ' . &GetSearchForm();
        if ($UserGotoBar ne '') {
                $bartext .= " </td><td> " . $UserGotoBar;
        }
### 다음 단락을 추가. UserGotoBar3 와 4 도 원하는 위치에 삽입하면 됨
        if ($UserGotoBar2 ne '') {
                $bartext .= " </td><td> " . $UserGotoBar2;
        }
### 여기까지
        $bartext .= "</td></tr>";
        $bartext .= $q->endform;
        $bartext .= "</table><hr>\n";
        return $bartext;
}
...


위키위키분류

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