1. skin.xml 에
<var name="bnCnt" type="textarea"> <title xml:lang="ko">구글배너</title> <description xml:lang="ko">구글배너 코드를 등록하세요.</description> </var>
2. list.html 에
<block cond="$mobile"> <script> jQuery(function() { var html = "<div style='padding-top:10px;clear:both;'><script async src=\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"><\/script>" + "<ins class=\"adsbygoogle\" style=\"display:inline-block;width:900px;height:60px\" data-ad-client=\"ca-pub-6354996705466866\" data-ad-slot=\"6057999515\"><\/ins>" + "<script>(adsbygoogle = window.adsbygoogle || []).push({});<\/script><\/div>"; var cnt = 2*{$module_info->bnCnt}-1; jQuery('li.goodslist:eq('+cnt+')').after(html); // console.log( cnt ); //01 = 2*(1)-1 //23 = 2*(2)-1 //45 = 2*(3)-1 }); </script> </block>