Merge branch 'g4s'
This commit is contained in:
@ -773,7 +773,7 @@ $pg_anchor = '<ul class="anchor">
|
||||
<th scope="row"><label for="cf_add_script">추가 script, css</label></th>
|
||||
<td>
|
||||
<?php echo help('HTML의 </HEAD> 태그위로 추가될 JavaScript와 css 코드를 설정합니다.<br>관리자 페이지에서는 이 코드를 사용하지 않습니다.') ?>
|
||||
<textarea name="cf_add_script" id="cf_add_script"><?php echo $config['cf_add_script'] ?></textarea>
|
||||
<textarea name="cf_add_script" id="cf_add_script"><?php echo get_text($config['cf_add_script']); ?></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -70,7 +70,7 @@ while ($row=sql_fetch_array($result)) {
|
||||
$link2 = '';
|
||||
$key = '직접';
|
||||
} else {
|
||||
$link = '<a href="./visit_list.php?$qstr&domain='.$key.'">';
|
||||
$link = '<a href="./visit_list.php?'.$qstr.'&domain='.$key.'">';
|
||||
$link2 = '</a>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user