You appear to be a bot. Output may be restricted
Description
Usage
cookie_cat_feed();
Parameters
Returns
voidSource
File name: cookie-cat/admin/cookie-cat.phpLines:
1 to 7 of 7
function cookie_cat_feed() { p( "Click on <b>Load XML</b> to load the cookie-cat XML from the server." ); p( "Click on <b>Save XML</b> to save the new cookie-cat XML mapping file." ); cookie_cat_load_temp_xml(); cookie_cat_save_xml(); cookie_cat_xml_form(); }View on GitHub View on Trac