If you feel ugly then try this:
title="`$product.manufacturer` `$product.producttitle`"
Quote:
Originally Posted by am2003
You can use the following in product.tpl to have manufacturer name (take it as a brand name) in product title
title=$product.manufacturer|cat:" "|cat:$product.producttitle|escape
For a Smarty specialist: Is it a way to make this look better? I used two times |cat: operator. It looks ugly.
|