https://www.icyphoenix.com/viewtopic.php?f=26&t=807&p=7992#p7992
-----------------------------------
lefty74
Wed 24 Jan, 2007 19:02

Re: Removal Of OTF
-----------------------------------
Do you want to get rid of it completely or just viewable for admins?

The simplest way of removing it from view but leaving its features in place (in case you change your mind at some stage) is as far as I can tell by going to templates/subSilver and removing these lines

[code]	<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">
				&nbsp;{NAV_DOT}&nbsp;<a href="{U_ALBUM_OTF}" class="cattitle">{L_ALBUM_OTF}</a>
			</span>
		</td>
	</tr>
[/code]


