관리자페이지에서 XE icon 을 불러오는 경로 수정

절대경로를 상대경로로 수정.
https://github.com/rhymix/rhymix/pull/1056#issuecomment-412355604
This commit is contained in:
Min-Soo Kim 2018-08-13 01:54:30 +09:00 committed by GitHub
parent d802509c9e
commit edf2a4c76a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<load target="css/admin.bootstrap.css" />
<load target="css/admin.iefix.css" />
<load target="/common/css/xeicon/xeicon.css" />
<load target="./../../../common/css/xeicon/xeicon.css" />
<load target="css/admin.css" />
<load target="js/admin.js" />
<load target="js/jquery.tmpl.js" />