xeedition board skin 에서 xeicon common 파일로 불러오도록 처리.

This commit is contained in:
UPGLE 2015-04-07 09:54:15 +09:00
parent 01face323b
commit f4f15e4a39

View file

@ -1,6 +1,6 @@
<load target="board.default.css" /> <load target="board.default.css" />
<load target="board.default.js" type="body" /> <load target="board.default.js" type="body" />
<load target="//cdn.jsdelivr.net/xeicon/1.0.4/xeicon.min.css" type="body" /> <load target="/common/xeicon/xeicon.min.css" />
<!--@if($order_type == "desc")--> <!--@if($order_type == "desc")-->
{@ $order_type = "asc"; } {@ $order_type = "asc"; }