|
|
|
14년 전
|
조회 1,280
|
|
|
|
14년 전
|
조회 1,220
|
|
|
관리자
|
14년 전
|
조회 2,041
|
|
|
관리자
|
14년 전
|
조회 1,663
|
|
|
|
14년 전
|
조회 1,486
|
|
|
|
14년 전
|
조회 2,456
|
|
|
|
14년 전
|
조회 1,252
|
|
|
|
14년 전
|
조회 1,147
|
|
|
|
14년 전
|
조회 1,758
|
|
|
|
14년 전
|
조회 1,751
|
|
|
|
14년 전
|
조회 1,739
|
|
|
|
14년 전
|
조회 2,533
|
|
|
|
14년 전
|
조회 1,824
|
|
|
|
14년 전
|
조회 3,235
|
|
|
|
14년 전
|
조회 2,029
|
|
|
|
14년 전
|
조회 1,849
|
|
|
|
14년 전
|
조회 3,033
|
|
|
|
14년 전
|
조회 1,698
|
|
|
|
14년 전
|
조회 1,386
|
|
|
|
14년 전
|
조회 2,116
|
|
|
|
14년 전
|
조회 4,004
|
|
|
|
14년 전
|
조회 2,837
|
|
|
|
14년 전
|
조회 4,427
|
|
|
|
14년 전
|
조회 1,833
|
|
|
|
14년 전
|
조회 1,353
|
|
|
|
14년 전
|
조회 1,893
|
|
|
|
14년 전
|
조회 2,040
|
|
|
|
14년 전
|
조회 1,796
|
|
|
|
14년 전
|
조회 1,706
|
|
|
|
14년 전
|
조회 2,058
|
댓글 1개
메뉴가 3개일때
<?if ($member[mb_id]== "admin"){ ?>
<script type="text/javascript">flashWrite('imges/main_menu_adm.swf',1000,170,'','','transparent')</script>
<? } else if($is_member) { ?>
<script type="text/javascript">
flashWrite('imges/main_menu_logout.swf',1000,170,'','','transparent')</script>
<? } else { ?>
<script type="text/javascript">flashWrite('imges/main_menu.swf',1000,170,'','','transparent')</script>
<? } ?>
메뉴가 2개일때
<? if ($is_member) { ?>
<script type="text/javascript">
flashWrite('imges/main_menu_logout.swf',1000,170,'','','transparent')</script>
<? } else { ?>
<script type="text/javascript"> flashWrite('imges/main_menu.swf',1000,170,'','','transparent')</script>
<? } ?>