<?php
/*---------------------------------------------------+
| PHPFusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
if (!defined("IN_FUSION")) { header("Location: index.php"); exit; }
require_once THEME."theme.php";
if ($settings['maintenance'] == "1" && !iADMIN) fallback(BASEDIR."maintenance.php");
if (iMEMBER) $result = dbquery("UPDATE ".$db_prefix."users SET user_lastvisit='".time()."', user_ip='".USER_IP."' WHERE user_id='".$userdata['user_id']."'");
echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
<html>
<head>
<META name=\"verify-v1\" content=\"GOOGLE VERIFICATION CODE\" />
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />
<meta http-equiv=\"Content-Language\" content=\"fr\" />
<title>".$title.$settings['sitename']."</title>
<meta name=\"Description\" content=\"".$settings['description']."\" />
<meta name=\"Keywords\" content=\"".$settings['keywords']."\" />
<meta name=\"Identifier-URL\" content=\"http://yoursite.com" />
<meta name=\"category\" content=\"document\" />
<meta name=\"revisit-after\" content=\"7 days\" />
<meta name=\"Expires\" content=\"never\" />
<meta name=\"date-creation-yyyymmdd\" content=\"YYYYMMDD\" />
<meta name=\"date-revision-yyyymmdd\" content=\"YYYYMMDD\" />
<link rel='stylesheet' href='".THEME."styles.css' type='text/css'>
<link rel='alternate' type='application/rss+xml' href='feeds/articles.php'>
<link rel='alternate' type='application/rss+xml' href='feeds/news.php'>
<link rel='alternate' type='application/rss+xml' href='feeds/forum_posts.php'>
<link rel='alternate' type='application/rss+xml' href='feeds/weblinks.php'>
<link rel='alternate' type='application/rss+xml' href='feeds/downloads.php'>
<link href='favicon.ico' rel='shortcut icon' type='image/ico'>
<script type='text/javascript' src='".INCLUDES."jscript.js'></script>
</head><body bgcolor='$body_bg' text='$body_text'>\n";
render_header("<img src='".BASEDIR.$settings['sitebanner']."' alt='".$settings['sitename']."' title='".$settings['sitename']."'>");
?>
Quote
s9901470 wrote:
Hi
I need to add a verification code provided by Google to my fusion site:
Copy the META tag listed below and paste it in your site's home page in the first <HEAD> section of the page, before the first <BODY> section.
But I can't find the <head> tags in index.php or maincore.php
What should I do?
Thanks in advance.
Category Forum
Official Core Support - 6Labels
None yet
Statistics
0 participants
Notifications
You are not receiving notifications from this thread.
Related Questions