I'm currently using the "Aero" theme (which I believe is ProSilver-based) and I want to change the "Congratulations to:" to read something different. Am I correct in thinking that I can edit the {L_CONGRATULATIONS}: in the index_body.html file?
Code: Select all
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/bday.png" alt="{L_BIRTHDAYS}" /></td>
<td class="row1" width="100%"><p class="genmed"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td>
</tr>
Thanks in advance!