
Re: How Do I Remove "Hot Or Not" From Album.php?
Hi
i have mad this
OPEN
album_box.tpl
FIND
<tr>
<td class="row1" height="50" colspan="{catfooter.cat_public_footer.FOOTER_COL_SPAN}" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';">
<span class="forumlink">
{NAV_DOT} <a href="{U_ALBUM_HON}" class="cattitle">{L_ALBUM_HON}</a>
</span>
</td>
</tr>
REPLACE WITH
<!--<tr>
<td class="row1" height="50" colspan="{catfooter.cat_public_footer.FOOTER_COL_SPAN}" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';">
<span class="forumlink">
{NAV_DOT} <a href="{U_ALBUM_HON}" class="cattitle">{L_ALBUM_HON}</a>
</span>
</td>
</tr>-->