Bitte hilft mir bei diese Code Eingabe DANKE
Posted: Wed 7. Mar 2007, 12:21
Diesen Code will ich in die Template einfügen aber leider kenn ich mich zu wenig auf:
hier in den Header Bereich der Template:
# $content['page_start'] = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
$content['page_start'] = "\n<!--\n phpwcms | free open source content management system\n";
$content['page_start'] .= " created by Oliver Georgi (oliver at phpwcms dot de) and licensed under GNU/GPL.\n";
$content['page_start'] .= " phpwcms is copyright 2003-2005 of Oliver Georgi. Extensions are copyright of\n";
$content['page_start'] .= " their respective owners. Visit project page http://www.phpwcms.org for details.\n//-->\n";
$content['page_start'] .= "<html>\n<head>\n<title>".$content["pagetitle"]."</title>\n";
$content['page_start'] .= '<meta http-equiv="Content-Type" content="text/html; charset=';
$content['page_start'] .= PHPWCMS_CHARSET."\">\n".'<script src="'.TEMPLATE_PATH;
$content['page_start'] .= 'inc_js/frontend.js" type="text/javascript"></script>'."\n";
$content['page_start'] .= '<link rel="stylesheet" type="text/css" href="'.TEMPLATE_PATH;
$content['page_start'] .= "inc_css/".$block["css"]."\" />\n".$block["htmlhead"];
$content['page_start'] .= "\n</head>\n\n<body".$content["body"].">\n";
#if(VISIBLE_MODE == 1 || VISIBLE_MODE == 2) {
#
Ich danke EUCH
hier in den Header Bereich der Template:
# $content['page_start'] = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
$content['page_start'] = "\n<!--\n phpwcms | free open source content management system\n";
$content['page_start'] .= " created by Oliver Georgi (oliver at phpwcms dot de) and licensed under GNU/GPL.\n";
$content['page_start'] .= " phpwcms is copyright 2003-2005 of Oliver Georgi. Extensions are copyright of\n";
$content['page_start'] .= " their respective owners. Visit project page http://www.phpwcms.org for details.\n//-->\n";
$content['page_start'] .= "<html>\n<head>\n<title>".$content["pagetitle"]."</title>\n";
$content['page_start'] .= '<meta http-equiv="Content-Type" content="text/html; charset=';
$content['page_start'] .= PHPWCMS_CHARSET."\">\n".'<script src="'.TEMPLATE_PATH;
$content['page_start'] .= 'inc_js/frontend.js" type="text/javascript"></script>'."\n";
$content['page_start'] .= '<link rel="stylesheet" type="text/css" href="'.TEMPLATE_PATH;
$content['page_start'] .= "inc_css/".$block["css"]."\" />\n".$block["htmlhead"];
$content['page_start'] .= "\n</head>\n\n<body".$content["body"].">\n";
#if(VISIBLE_MODE == 1 || VISIBLE_MODE == 2) {
#
Ich danke EUCH