Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Aiheen aloitti: chilppp - maaliskuu 21, 2006, 10:40:09 AP

Otsikko: which file to edit?
Kirjoitti: chilppp - maaliskuu 21, 2006, 10:40:09 AP
I'm trying to modify the width of the post icon column, but i can't find the template php file that carries the code for this part.

I checked the messageIndex.template.php, but codes for the first 2 columns are no where to be found in the file.

Could anyone kindly help me to locate this part of code? Thanks!
Otsikko: Re: which file to edit?
Kirjoitti: Elmacik - maaliskuu 22, 2006, 03:26:17 AP
MessageIndex.template.php is the right file yes.
The code block you need is:

<td class="windowbg2" valign="middle" align="center" width="5%">
<img src="', $settings['images_url'], '/topic/', $topic['class'], '.gif" alt="" />
</td>