Poland
|
@Pme
Array issue:
1. Open your_template\common\header.php or header.html
2. Find and comment (<!-- code -->)
Language bar issue:
The easier way (I think). Open extend_common.css
- .btm { height: 40px; line-height: 40px; padding-top: 0; background: #FFFFFF}
Copy the Code
change to
- .btm { height: 40px; line-height: 28px; padding-top: 0; background: #FFFFFF}
Copy the Code
Baidu issue:
Open common\footer.php
Find and delete/comment:
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"24"},"share":{},"selectShare":{"bdContainerClass":null,"bdSelectMiniList":["douban","renren","qzone","tqq","tsina"]}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
Language issue (example):
Open common\header.php and find
Replace to
You can use this example to change other words and sentences. This will make your template MULTILINGUAL. "remind" I took from /source/language/your_language(doesn't matter!)/lang_template.php 'remind' . |
Rate
-
View Rating Log
|