2007-12-26, 02:38 AM
طيب جرب بص تانى كده
الجزء ده الخاص بالصور,, لن ترى الأسماء سترى فقط الأمتداد لأن الأسماء هى عبارة عن متغيرات..
على كل حال عشان اسهل عليك الموضوع
استبدل التمبليت بالكامل بالتالى..
الجزء ده الخاص بالصور,, لن ترى الأسماء سترى فقط الأمتداد لأن الأسماء هى عبارة عن متغيرات..
على كل حال عشان اسهل عليك الموضوع
استبدل التمبليت بالكامل بالتالى..
كود :
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1%"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>