제목 그대로 모듈스킨 그러니까 게시판스킨에 에드온코드를 불러올 수가 있는지요.
<div class="tag tag">
<ul class="tag {$module_info->tag_color}"><li><a><i class="fa fa-sticky-note-o"></i> {$lang->document_count} <span>{number_format($total_count)}</span></a></ul>
</div>
위의 코드에서 {$module_info->tag_color} 를 {$addon_info->tag_color} 로 사용할 수가 있습니까.
물론 해당 에드온에서 해당 코드는 만들어져 있는 상태입니다.
댓글 0