Şub 11
Avatarın altındaki Duyuru Yazısını Ortalamak için :
index.template.php’de
BUL
1
2
3
4
5
6
7
| // Show a random news item? (or you could pick one from news_lines...)
if (!empty($settings['enable_news']))
echo '
<td width="90%" class="titlebg2">
<span class="smalltext"><b>', $txt[102], '</b>: ', $context['random_news_line'], '</span>
</td>';
echo ' |
Read the rest of this entry »
Şub 11
index.template.php de
BUL
DEĞİŞTİR
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
| <body>'; echo'
<script type="text/javascript">
//form tags to omit in NS6+:
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>'; </body> |
Read the rest of this entry »
Şub 11
index.template.php aç ve içinde
BUL
1
| <meta name="description" content="', $context['page_title'], '" /> |
ALTINA EKLE
1
| <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=23)"> </meta> |
Read the rest of this entry »
Şub 11
Avatarın altındaki Duyuru Yazısını Ortalamak için :
index.template.php’de
BUL
1
2
3
4
5
6
7
| // Show a random news item? (or you could pick one from news_lines...)
if (!empty($settings['enable_news']))
echo '
<td width="90%" class="titlebg2">
<span class="smalltext"><b>', $txt[102], '</b>: ', $context['random_news_line'], '</span>
</td>';
echo ' |
Read the rest of this entry »
Recent Comments