茄子你好
不知道你说的标准模板是什么意思?
我是重新做的模板,你可以看一下:www.wanpets.com
我用的漂浮代码直接拷贝了5.5官方模板的默认代买的:
- <!--{if !empty($_SCONFIG['indexadfloating']) || !empty($_SCONFIG['indexadside'])}-->
- <script type="text/javascript" src="{S_URL}/include/js/floatadv.js"></script>
- <script type="text/javascript">
- <!--{if !empty($_SCONFIG['indexadfloating'])}-->
- var lengthobj = getWindowSize();
- lsfloatdiv('floatAdv', 0, 0, "<div style="position: absolute; right: 6px; bottom: -"+lengthobj.winHeight+"px;"><!--{eval echo jsstrip($_SCONFIG['indexadfloating']);}--><\/div>").floatIt();
- <!--{/if}-->
- <!--{if !empty($_SCONFIG['indexadside'])}-->
- lsfloatdiv('coupleBannerAdv', 0, 0, "<div style="position: absolute; left: 6px; top: 6px;"><!--{eval echo jsstrip($_SCONFIG['indexadside']);}--><br \/><img src="{S_URL}/images/base/advclose.gif" onMouseOver="this.style.cursor='hand'" onClick="closeBanner('coupleBannerAdv');"><\/div><div style="position: absolute; right: 6px; top: 6px;"><!--{eval echo jsstrip($_SCONFIG['indexadside']);}--><br \/><img src="{S_URL}/images/base/advclose.gif" onMouseOver="this.style.cursor='hand'" onClick="closeBanner('coupleBannerAdv');"><\/div>").floatIt();
- <!--{/if}-->
- </script>
- <!--{/if}-->
- <!--{if !empty($_SCONFIG['indexadwindow'])}-->
- <script type="text/javascript">
- window.open('$_SCONFIG[indexadwindow]');
- </script>
- <!--{/if}-->
复制代码 |