Ş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
Boardİndex.template.php ‘yi aç
BUL
1
2
3
4
5
6
7
8
| // Show the news fader? (assuming there are things to show...)
if ($settings['show_newsfader'] && !empty($context['fader_news_lines']))
{
echo '
<table border="0" width="100%" class="tborder" cellspacing="' , ($context['browser']['is_ie'] || $context['browser']['is_opera6']) ? '1' : '0' , '" cellpadding="4" style="margin-bottom: 2ex;">
<tr>
<td class="catbg"> ', $txt[102], '</td>
</tr> </table> |
Read the rest of this entry »
Ara 01
Kategorilerin üstündeki tablo olan duyurulardaki yazıyı ortalamak için Yapmamız gerekenler…
Boardİndex.template.php Dosyasını açın
BUL
// Show the news fader? (assuming there are things to show...)
if ($settings['show_newsfader'] && !empty($context['fader_news_lines']))
{
echo '
<table border="0" width="100%" class="tborder" cellspacing="' , ($context['browser']['is_ie'] || $context['browser']['is_opera6']) ? '1' : '0' , '" cellpadding="4" style="margin-bottom: 2ex;">
<tr>
<td class="catbg"> ', $txt[102], '</td>
</tr>
Read the rest of this entry »
Recent Comments