I have script installed here. Chapters World I have tried to insert Google Analytic code into below code, the following code is located in header.tpl but after inserting code into it the page doesn't load. some error appears. Any idea? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{if $pagetitle ne ""}{$pagetitle} - {/if}{$site_name}</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="{if $pagetitle ne ""}{$pagetitle} - {/if}{if $metadescription ne ""}{$metadescription} - {/if}{$site_name}"> <meta name="keywords" content="{if $pagetitle ne ""}{$pagetitle},{/if}{if $metakeywords ne ""}{$metakeywords},{/if}{$site_name}"> <!-- JavaScript Includes Begin --> <script src="{$baseurl}/ajax/cpaint2.inc.js" type="text/javascript"></script> <script src="{$baseurl}/js/variables.js" type="text/javascript"></script> <script language=JavaScript src={$baseurl}/js/ajax.js></script> <script type="text/javascript" src="{$baseurl}/js/swfobject.js"></script> {if $issignuppage eq "1"} <script type="text/javascript" src="{$baseurl}/js/passwordmeter.js"></script> {/if} {if $uploadpage eq "1"} {if $uskip ne "1"} <script language="javascript" type="text/javascript"> var tmp_sid = "{$tmp_sid}"; var disallow_extensions = {$disallow_extensions} var allow_extensions = {$allow_extensions}; var path_to_ini_status_script = "{$path_to_ini_status_script}"; var check_file_name_format = {$check_file_name_format}; var check_disallow_extensions = {$check_disallow_extensions}; var check_allow_extensions = {$check_allow_extensions}; var check_null_file_count = {$check_null_file_count}; var check_duplicate_file_count = {$check_duplicate_file_count}; var max_upload_slots = {$max_upload_slots}; var progress_bar_width = {$progress_bar_width}; </script> {/if} <script type="text/javascript" src="{$baseurl}/js/uploadformvalidation.js"></script> {if $uskip ne "1"} <script type="text/javascript" src="{$baseurl}/js/uu_file_upload.js"></script> {/if} <link href="{$cssurl}/upload-progress.php" rel="stylesheet" type="text/css"> {/if} <!-- JavaScript Includes End --> <!-- StyleSheets Includes Begin --> <link type="text/css" rel="stylesheet" href="{$cssurl}/style.php"> <!--[if gte IE 5.5]> <![if lt IE 7]> <link type="text/css" rel="stylesheet" href="{$cssurl}/ie.php"> <![endif]> <![endif]--> <!-- StyleSheets Includes End --> </head> Code (markup):
find the page called footer.tpl and put it in there, if there is a header.tpl, there should be a footer.tpl hope this helps