Kwikcontent Support Forum

Full Version: help with adding Chitika
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello-

I am trying to add Chitika to my sites but it gives me an error.

Here is the code I am trying to add:

<script type="text/javascript"><!--
ch_client = "findout1";
ch_type = "mpu";
ch_width = 468;
ch_height = 180;
ch_color_title = "0000ff";
ch_non_contextual = 4;
ch_vertical ="premium";
ch_sid = "ccp";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript">
</script>

And here is the error I get:

Fatal error: Smarty error: [in _header.htm line 70]: syntax error: unrecognized tag 'ch_query' (Smarty_Compiler.class.php, line 583) in /home/bestpans/public_html/Smarty/libs/Smarty.class.php on line 1095

Advise please.

Thanks,

Adam