?php /** * CDS Catalog example index.php * * Copyright Catalog Data Solutions, Inc. All Rights Reserved. * * This page should be used as an example for creating a CDS catalog * template. */ header("Content-Type: text/html; charset=utf-8"); // CDS class must be instantiated before any output for CDS cookies to work require_once("catalog/cds.php"); $cds = new CDS(); ?>