타이틀 함수 수정

This commit is contained in:
JSYOO 2021-11-29 11:41:26 +09:00
parent f81f614bc3
commit b6686d8eae

View File

@ -45,7 +45,7 @@ String councilDnsHost = (String)session.getAttribute("councilDnsHost");
<script>
// 제목 설정
function fn_setPageTitle(title) {
document.title = "소장자료관 - " + title;
document.title = "${councilNm } - " + title + " : 소장자료관";
}
</script>