|
|
@@ -44,15 +44,15 @@
|
|
|
<div id="layerShare" class="setShare open">
|
|
|
<span>
|
|
|
<button type="button" class="kk"
|
|
|
- th:attr="onclick=|cfnSendToKakao('${stylelUrl+'/planning/detail/form?planSq='+planInfo.planSq}', '${planInfo.planNm}', '${planView+ '/'+planInfo.mainPimg}');|">
|
|
|
+ th:attr="onclick=|cfnSendToKakao('${frontUrl+'/planning/detail/form?planSq='+planInfo.planSq}', '${planInfo.planNm}', '${planView+ '/'+planInfo.mainPimg}');|">
|
|
|
<span>카카오톡</span>
|
|
|
</button>
|
|
|
<button type="button" class="fb"
|
|
|
- th:attr="onclick=|sendSns('facebook', '${stylelUrl+'/planning/detail/form?planSq='+planInfo.planSq}', '${planInfo.planNm}', '', '');|">
|
|
|
+ th:attr="onclick=|sendSns('facebook', '${frontUrl+'/planning/detail/form?planSq='+planInfo.planSq}', '${planInfo.planNm}', '', '');|">
|
|
|
<span>페이스북</span>
|
|
|
</button>
|
|
|
<button type="button" class="tw"
|
|
|
- th:attr="onclick=|sendSns('twitter', '${stylelUrl+'/planning/detail/form?planSq='+planInfo.planSq}', '${planInfo.planNm+ '#style24몰'}', '', '');|">
|
|
|
+ th:attr="onclick=|sendSns('twitter', '${frontUrl+'/planning/detail/form?planSq='+planInfo.planSq}', '${planInfo.planNm+ '#style24몰'}', '', '');|">
|
|
|
<span>트위터</span>
|
|
|
</button>
|
|
|
<button type="button" class="url btn_copy">
|