Kod SeoPilot
-
Witam, mam problem z dodaniem kodu.
W pliku header.php między otwierającym i zamykającym tagiem BODY wstaw:
<?php
global $seopilot;
define(’SEOPILOT_USER’, 'xxxxxxxxxxxxxxxxxxxxxxxxxxx’);
require_once($_SERVER[’DOCUMENT_ROOT’].’/’.SEOPILOT_USER.’/SeoPilotClient.php’);
$seopilot = new SeoPilotClient();
?>Problem w tym że w pliku header.php nie mam sekcji body tylko 2 kody php. Mam dodatku jeden taki wpis: // html code of the header placed in top.php
Gdzie powinienem umieścić ten kod?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- Temat ‘Kod SeoPilot’ jest zamknięty na nowe odpowiedzi.