^ :!: This Documentation Applies to CATS Version 0.6.1 :!: ^ | The CATS Team has since released new versions, the material documented here likely will not work on the new versions without modification. | ====== Modify the Base CATS System ====== The following alteration to constants.php adds a new data item, resume, for use by the base CATS system in tracking saved searches from the new Search page. - Open the cats/constants.php file with a text editor and add the following line at line 57. define('DATA_ITEM_RESUME', 500); - Open the cats/js/lib.js file with a text editor and add the following line at line 45. DATA_ITEM_RESUME = 500;