";
### 다음 코드를 삽입.
if (&UserIsAdmin()) {
if (-f &GetLockedPageFile($id)) {
$result .= T('(locked)') . " | ";
}
$result .= &ScriptLink("action=pagelock&set=1&id=" . $id, T('lock'));
$result .= " | " . &ScriptLink("action=pagelock&set=0&id=" . $id, T('unlock'));
$result .= "
";
}
### 여기까지
if (&UserCanEdit($id, 0)) {
if ($rev ne '') {
...
}
}}}
----
[[위키위키분류]]
UseModWiki소스수정/잠김여부표시 페이지로 돌아가기 |
다른 수정본 보기