Add Dr. title to contact us tpl in 3.5 ?
I found the contactus.tpl but I don't understand how to add Dr. to the list of titles available.
It appears that this is the section of the code.
<tr valign=middle>
<td class=FormButton>{$lng.lbl_title}</td>
<td><font class=Star>*</font></td>
<td nowrap>
<select name=title>
{section name=title loop=$name_titles}
<option {if $userinfo.title eq $name_titles[title]}selected{/if}>{$name_titles[title]}</option>
{/section}
</select>
</td>
</tr>
__________________
3.5.14
|