2026 년 4 월

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

 
그누스킨 그누소스 소스변경 소스문법 홈준비 기타
 
작성일 : 07-02-17 10:56
[그누소스] 네비게이션
 글쓴이 : Morning (124.♡.110.183)
조회 : 4,578  
   http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=10377 [1172]

■용법 : nav_top.php 로 저장한 후, head.php 등에 <? include "nav_top.php" ?>하면 됩니다. 물론 파일명은 임의로 정할 수 있습니다. 아니면 아래 소스를 원하는 문서에 바로 집어넣어도 되겠습니다. ■형식 : Home &gt;&gt; 게시판명 &gt;&gt; 카테고리 (각자 해당링크가 걸려있음)
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR><? 
echo "<td><a href='$g4[path]' style=font-size:10pt;font-family:돋움;color:navy;>Home"; // 인덱스로 가기 

if($bo_table) {  //게시판에 들어 갔을 경우 

echo "<td style=font-size:8pt;font-family:돋움;> > "; 
echo "<td><a href='$g4[path]/bbs/group.php?gr_id=$gr_id' style=font-size:10pt;font-family:돋움;color:navy;> $group[gr_subject]"; //그룹 이름

   if($board[bo_subject]!='')   { 
echo "<td style=font-size:8pt;font-family:돋움;> > "; 
echo "<td><a href='$g4[path]/bbs/board.php?bo_table=$board[bo_table]' style=font-size:10pt;font-family:돋움;color:navy;> $board[bo_subject]"; //게시판 이름 
               } 

    if($board[bo_table]!='' && $write[ca_name]!='') {                                 
echo "<td style=font-size:8pt;font-family:돋움;> >> "; 
echo "<td><a href='$g4[path]/bbs/board.php?bo_table=$board[bo_table]&sca={$write[ca_name]}' style=font-size:10pt;font-family:돋움;color:navy;> {$write[ca_name]}"; //카테고리 이름 
               }
} else { 
echo "<td style=font-size:8pt;font-family:돋움;> > "; 
echo "<td style=font-size:10pt;font-family:돋움;color:navy;>$g4[title]"; }//일반페이지에 접속했을 경우 
?></TR></TBODY></TABLE>


주님과 함께 모닝커피를

Morning 07-02-17 11:03
 124.♡.110.183  
<font color="#4F0027">http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=10377

현재 www.lordday.com 에서 사용하고 있는 팁입니다...^^

"홈>그룹>게시판이름>분류명>게시글제목"
이런식으로 출력이 됩니다....



<font color="#4F0027"><? if($bo_table){
           
            $sql5 = "select a.gr_id, a.gr_subject, b.bo_table, b.bo_subject from 
            $g4[group_table] as a left join $g4[board_table] as b 
                on b.gr_id = a.gr_id 
                where b.bo_table = '$bo_table' 
                order by a.gr_id";

            $theday5 = sql_fetch($sql5);
           
            ?>
        <!-- 현재위치표시 ------> 
        <table height=20 border=0 cellspacing=0 cellpadding=0 align=right><tr> 
            <td style='font-size:9pt;'><a href='$g4[path]'>Home</a>   
            <td width='25' align='center' style='font-size:8pt;font-family:돋움;'>>>     

        <? 
        if($theday5[bo_subject] != '') { 
        echo "<td style=font-size:9pt;><a href='$g4[path]/bbs/group.php?gr_id=$theday5[gr_id]'>$theday5[gr_subject]</a>"; //게시판 이름 
        echo "<td width=25 align=center style=font-size:8pt;font-family:돋움;>>>"; 

        echo "<td style=font-size:9pt;><a href='$g4[path]/bbs/board.php?bo_table=$board[bo_table]'>$theday5[bo_subject]</a>"; //게시판 이름 
        echo "<td width=25 align=center style=font-size:8pt;font-family:돋움;>>>"; 
        } 
                                       
        if($sca != '') { 
        echo "<td style=font-size:9pt;><a href='$g4[path]/bbs/board.php?bo_table=$board[bo_table]&sca=$sca'>$sca</a>"; //카테고리 이름 
        echo "<td width=25 align=center style=font-size:8pt;font-family:돋움;>>>"; 
        }

        if($wr_id) { 
        echo "<td style=font-size:9pt;><a href='$g4[path]/bbs/board.php?bo_table=$board[bo_table]&wr_id=$theday7[wr_id]'>$write[wr_subject]</a>"; //게시판 글 
        } 
        ?>
        </tr>
        </table> 
        <table width=100% cellpadding=0 cellspacing=0><tr><td height=30></td></tr></table>
        <!-- 현재위치표시 ------> 
        <? } ?></font></font>
 
 

Total 167
번호 제   목 글쓴이 날짜 조회
47 [그누소스] 도대체 안지워지는 유령 폴더,파일을 지워보… Morning 02-05 5299
46 [그누스킨] 재정관리스킨 Morning 02-03 3815
45 [그누스킨] morningThumb2Yf Morning 07-25 3295
44 [그누스킨] morningwebzin Morning 07-25 3088
43 [그누스킨] YmorningThumba,YmorningThumbab Morning 07-12 3097
42 [그누스킨] YmorningThumb2,YmorningThumb2b Morning 07-12 3419
41 [그누소스] 네비게이션 (1) Morning 02-17 4579
40 [그누소스] 홈관리메뉴 (1) Morning 02-16 3266
39 [그누스킨] morning_webzin3 Morning 02-13 3374
38 [그누소스] 블로그 최신글 Morning 02-12 4218
37 [홈준비] 웹진과제 Morning 02-06 4692
36 [소스문법] dq_thumb_engine2를 쓴 최신글스킨에서 썸네일 안… (1) Morning 02-04 4171
35 [그누소스] 생성한 썸네일을 스킨에서 몽땅 삭제하기 Morning 02-04 3485
34 [그누소스] 썸네일 생성- 않으면서 빠르게 출력 (2) Morning 02-04 3326
33 [소스문법] include() (5) Morning 02-03 5430
 1  2  3  4  5  6  7  8  9  10    

Therefore, holy brothers, who share in the heavenly calling,
fix your thoughts on Jesus, the apostle and high priest whom we confess.
Let us fix our eyes on Jesus, the author and perfecter of our faith,
who for the joy set before him endured the cross, scorning its shame,
and sat down at the right hand of the throne of God