설문조사 관리 페이지 링크 경로 수정
This commit is contained in:
@ -19,7 +19,7 @@ $po = sql_fetch(" select * from {$g4['poll_table']} where po_id = '$po_id' ");
|
|||||||
<section id="poll" class="cbg">
|
<section id="poll" class="cbg">
|
||||||
<header>
|
<header>
|
||||||
<h2>설문조사</h2>
|
<h2>설문조사</h2>
|
||||||
<? if ($is_admin == "super") { ?><a href="<?=G4_ADM_URL?>/poll_form.php?w=u&po_id=<?=$po_id?>">설문조사 관리</a><? } ?>
|
<? if ($is_admin == "super") { ?><a href="<?=G4_ADMIN_URL?>/poll_form.php?w=u&po_id=<?=$po_id?>">설문조사 관리</a><? } ?>
|
||||||
<p><?=$po['po_subject']?></p>
|
<p><?=$po['po_subject']?></p>
|
||||||
</header>
|
</header>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user