|
To get
the Content Shopper search box for your page, simply
cut and paste the following code onto where you want the box to
be
displayed. Remember this is PHP so you must name the document
it is
going to appear on with a .PHP extension.
The
Box Will Appear Like This:
Alternately,
if you aren't able to rename your document with a .PHP extension,
you may add this line to your .htaccess to parse the .html file
as PHP:
AddType
application/x-httpd-php .htm .html
|