View Single Post
  #2  
Old 09-07-2007, 04:11 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Left Column Word Wrap

You need to use Smarty's truncate function. In customer/categories.tpl, replace this:

{$c.category}

with this:

{$c.category|truncate:50:"...":true}

Change 50 to whatever number you need to get the ... to appear before wrapping.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote