theme 설정 hook 이벤트 추가

This commit is contained in:
thisgun
2019-12-20 11:17:17 +09:00
parent d10a1667c7
commit 30f6f09372
2 changed files with 5 additions and 3 deletions

View File

@ -68,5 +68,7 @@ if($_POST['set_default_skin'] == 1) {
}
}
run_event('adm_theme_update', $theme, $_POST['set_default_skin']);
die('');
?>