Raid
27-06-09, 12:20
Can someone explain to me in English what this bit of code is doing, taken from constants.inc.php of the ShopWindow Client software:
// rename categories or leave name blank to remove them
define('CATEGORY_MAPPINGS', serialize( array(230 => "Books",
97 => "Fashion",
61 => "Pc's & Software",
347 => "Phones & Mobiles",
493 => "Motoring") ) );
Thanks :)
// rename categories or leave name blank to remove them
define('CATEGORY_MAPPINGS', serialize( array(230 => "Books",
97 => "Fashion",
61 => "Pc's & Software",
347 => "Phones & Mobiles",
493 => "Motoring") ) );
Thanks :)