Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Click2Cash.lt

Parašė switz· 2010 Bal. 18 13:04:25
#13

Va subheader.php:
<?php
/*---------------------------------------------------+
| PHP-Fusion 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']."'");
// SEO tags mod
require_once INCLUDES."seo_tags_include.php";
$seo_tags = seo_tags($article_id,$cat_id,$readmore,$forum_id,$thread_id,$db_prefix,$page_id);
// END SEO tags mod

echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
<html>
<head>
<!-- SEO tags mod -->
  <title>".$seo_tags['title'].$settings['sitename']."</title>
  <meta http-equiv='Content-Type' content='text/html; charset=".$locale['charset']."'>
<meta name='description' content='";

if ($seo_tags['description']) {
   echo $seo_tags['description'];
} else {
   echo $settings['description'];
}

echo "'>
<meta name='keywords' content='";

if ($seo_tags['keywords']) {
   echo $seo_tags['keywords'];
} else {
   echo $settings['keywords'];
}

echo "'>
<!-- Baigta -->
<meta name='keywords' content='".$settings['keywords']."'>
<link rel='shortcut icon' href='".BASEDIR."images/icons/sound.png'>
<link rel='stylesheet' href='".THEME."styles.css' type='text/css'>
<link rel='stylesheet' href='".THEME."styles.css' type='text/css'>
<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']."'>")

?>





Click2cash.lt kodas:
<script language="JavaScript" type="text/javascript" src="http://click2cash.lt/get.js?user_id=443&mode=popc"></script>




Kas galit įdėkit :)

Redagavo switz· 2010 Bal. 18 13:04:42