Again, I don't know that particular modification, but some coders will write a plugin that does a simple search and replace in the template for the code. So, they will look for "<td width="35" height="60"> " and replace it with "<td width="35" height="60"class="newclass"> " So, if your new template doesn't have the line exactly as expected, then the automatic template replacement won't happen. This is why it is recommended to not do this sort of automatic template editing in your modifications.
|