Ş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
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 »
Ara 01
Avatarın altındaki Duyuru Yazısını Ortalamak için yapmamız gerekenler:
index.template.php’de
BUL
// 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 '
DEĞİŞTİR
// 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"><center><b>', $txt[102], '</b></center>: ', $context['random_news_line'], '</span>
</td>';
echo '
Ara 01
Avatarın altındaki Duyuru Yazısını Ortalamak için yapmamız gerekenler:
index.template.php’de
BUL
// 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 '
DEĞİŞTİR
// 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"><center><b>', $txt[102], '</b></center>: ', $context['random_news_line'], '</span>
</td>';
echo '
Recent Comments