View Single Post
  #6  
Old 10-13-2002, 07:48 AM
 
brijmin brijmin is offline
 

Member
  
Join Date: Oct 2002
Posts: 27
 

Default

Oops... I forgot about adding the "buttons/unsubscribe_menu.tpl"

Step 4.

Create a new Template file called unsubscribe_menu.tpl in your buttons directory. Place the code below in that file.

Quote:
<font class="TableRightNewsContent">{$lng.lbl_unsubscrib e}</font>[img]{$ImagesDir}/GObouton.gif[/img]

Its just like the subscribe_menu.tpl the only difference was the smarty code changed from {$lng.lbl_subscribe} to {$lng.lbl_unsubscribe}. The work unsubscribe was already in my Language files, I think...

Option B world be to use the code BOOMER used in the new buttons/unsubscribe_menu.tpl file.

Quote:
<font class="TableCenterCustomerForm">Unsubscribe [img]{$ImagesDir}/GOboutonWhiteBkg.gif[/img]</font>

Enjoy,
b.
__________________
If at first you don\'t succeed, cover up any evidence you ever tried.
Reply With Quote