View Single Post
  #27  
Old 10-13-2009, 10:57 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: Page Title in 4.2

I did not see this in when I answered before. It seems like my original instructions are not easy to follow, sorry. You are adding the code in the wrong place. It is not supposed to go right after
Code:
$import_specification["CATEGORIES"] = array(
Take it out of there and put it after
Code:
"icon" => array( "type" => "I", "itype" => "C")

so the code will look like this
Code:
....................... "membershipid" => array( "array" => true, "type" => "N"), "membership" => array( "array" => true), "icon" => array( "type" => "I", "itype" => "C"), "category_page_title" => array() #Added by CFL Systems for category page title ) );
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote