Add Code in header.php

Latest Reply from Combo at 2013-02-12 08:12:09
Hello, I have to add this code in header.php between body


<?php
global $seopilot;
define('SEOPILOT_USER', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
require_once($_SERVER['DOCUMENT_ROOT'].'/'.SEOPILOT_USER.'/SeoPilotClient.php');
$seopilot = new SeoPilotClient();
?>

but in my header.php i have no body tag, when i should add this code?
Can you help me?

Leave a reply

Add codeAdd image