13.04.2015, 20:21
wersja skryptu MyBB: 1.8.4
adres forum: http://nasze-niemcy.pl
Witam. Chciałem zmienić rozszerzenie pliku Collapse. Na serwerze mam zapisane .gif a czyta mi jako .png
Poniżej kod z forumbit_depth1_cat:
adres forum: http://nasze-niemcy.pl
Witam. Chciałem zmienić rozszerzenie pliku Collapse. Na serwerze mam zapisane .gif a czyta mi jako .png
Poniżej kod z forumbit_depth1_cat:
Kod PHP:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div class="forum-icon"><img src="{$theme['imgdir']}/forum-icons/icon_{$forum['fid']}.png" /></div>
<div><a href="{$forum_url}" class="cat-link">{$forum['name']}</a></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="2"></td>
<td class="tcat" width="120" align="center" style="white-space: nowrap"></td>
<td class="tcat" width="200" align="center"></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />