View Single Post
  #4  
Old 04-11-2010, 12:55 PM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: Using Images for Sidebar Titles

The titles (in 4.2 atleast) are captured in the template files. For example:

Quote:
{include file="customer/menu_dialog.tpl" title=$lng.lbl_authentication content=$smarty.capture.menu additional_class="menu-auth"}

The bolded text is the sidebox titles. That points to a language definition which can be found in the admin area.


Each sidebox has its own .tpl file. These are located in /skin1/customer/
The sidebar calls each template in /skin1/customer/home.tpl
__________________
- Shane Munroe
Reply With Quote