View Single Post
  #24  
Old 10-13-2009, 08:22 AM
 
digiemp digiemp is offline
 

Senior Member
  
Join Date: Aug 2007
Posts: 192
 

Default Re: Page Title in 4.2

Apparently I have messed up the import_categories.php file as well. I get the following error when trying to reach the import page:

Parse error
: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /public_html/*edit*.com/include/import_categories.php on line 78

Here is my code, hopefully I included enough of it for assistance.

Code:
if (!defined('IMPORT_CATEGORIES')) { # # Make default definitions (only on first inclusion!) # define('IMPORT_CATEGORIES', 1); $import_specification["CATEGORIES"] = array( "category_page_title" => array() #Added by CFL Systems for category page title "script" => "/include/import_categories.php", "tpls" => array( "main/import_option_default_category.tpl", "main/import_option_category_path_sep.tpl", "main/import_option_images_directory.tpl"), "export_tpls" => array( "main/export_option_export_images.tpl", "main/export_option_category_path_sep.tpl"), "permissions" => "A", # Only admin can import categories "need_provider" => 0, "finalize" => true, "export_sql" => "SELECT categoryid FROM $sql_tbl[categories] ORDER BY categoryid_path, order_by", "orderby" => 25,

Line 77, 78, and 79:

Code:
"category_page_title" => array() #Added by CFL Systems for category page title "script" => "/include/import_categories.php", "tpls" => array(

Thanks,
__________________
version 4.4.2
Reply With Quote