PHP interesse |
|
Ik zit een beetje dingen aan te passen in phpBB3, maar: Het werkt niet! Ik verander template files (in styles/brushed_metal_II/template) maar de broncode is anders dan hij hoort te zijn.
Hier de code in overall_header.html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-624549-3");
pageTracker._trackPageview();
</script>
<meta name="verify-v1" content="lsEhfSCNeh2RG9yPWpXYGUDoo3TFV8PEcRrFcFfkSfM=" />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}"> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-624549-3"); pageTracker._trackPageview(); <meta name="verify-v1" content="lsEhfSCNeh2RG9yPWpXYGUDoo3TFV8PEcRrFcFfkSfM=" />
Broncode van index.php:
<html lang="nl" xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="nl">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
<meta content="text/css" http-equiv="content-style-type"/>
<meta content="nl" http-equiv="content-language"/>
<meta content="no" http-equiv="imagetoolbar"/>
<meta content="document" name="resource-type"/>
<meta content="global" name="distribution"/>
<meta content="2000, 2002, 2005, 2007 phpBB Group" name="copyright"/>
<meta content="" name="keywords"/>
<meta content="" name="description"/>
<title>pc-planet • Forumindex</title>
<script type="text/javascript">
</script>
<script src="./styles/brushed_metal_II/template/styleswitcher.js" type="text/javascript">
</script>
<script src="./styles/brushed_metal_II/template/forum_fn.js" type="text/javascript">
</script>
<link title="printonly" media="print" type="text/css" rel="stylesheet" href="./styles/brushed_metal_II/theme/print.css">
</link>
<link media="screen, projection" type="text/css" rel="stylesheet" href="./style.php?sid=2d614bbff08d7c6339d47278cb4dbb42&id=3&lang=nl">
</link>
<link title="A" type="text/css" rel="stylesheet" href="./styles/brushed_metal_II/theme/normal.css">
</link>
<link title="A+" type="text/css" rel="alternate stylesheet" href="./styles/brushed_metal_II/theme/medium.css"/>
<link title="A++" type="text/css" rel="alternate stylesheet" href="./styles/brushed_metal_II/theme/large.css"/>
<script id="injection_graph_func" src="chrome://skype_ff_toolbar_win/content/injection_graph_func.js" charset="utf-8">
</script>
<script id="_nameHighlight_injection">
</script>
<link id="_injection_graph_nh_css" class="skype_name_highlight_style" charset="utf-8" rel="stylesheet" type="text/css" href="chrome://skype_ff_toolbar_win/content/injection_nh_graph.css">
</link>
</head>
<html lang="nl" xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="nl"> <meta content="text/html; charset=UTF-8" http-equiv="content-type"/> <meta content="text/css" http-equiv="content-style-type"/> <meta content="nl" http-equiv="content-language"/> <meta content="no" http-equiv="imagetoolbar"/> <meta content="document" name="resource-type"/> <meta content="global" name="distribution"/> <meta content="2000, 2002, 2005, 2007 phpBB Group" name="copyright"/> <meta content="" name="keywords"/> <meta content="" name="description"/> <script type="text/javascript"> <script src="./styles/brushed_metal_II/template/styleswitcher.js" type="text/javascript"> <script src="./styles/brushed_metal_II/template/forum_fn.js" type="text/javascript"> <link title="printonly" media="print" type="text/css" rel="stylesheet" href="./styles/brushed_metal_II/theme/print.css"> <link media="screen, projection" type="text/css" rel="stylesheet" href="./style.php?sid=2d614bbff08d7c6339d47278cb4dbb42&id=3&lang=nl"> <link title="A" type="text/css" rel="stylesheet" href="./styles/brushed_metal_II/theme/normal.css"> <link title="A+" type="text/css" rel="alternate stylesheet" href="./styles/brushed_metal_II/theme/medium.css"/> <link title="A++" type="text/css" rel="alternate stylesheet" href="./styles/brushed_metal_II/theme/large.css"/> <script id="injection_graph_func" src="chrome://skype_ff_toolbar_win/content/injection_graph_func.js" charset="utf-8"> <script id="_nameHighlight_injection"> <link id="_injection_graph_nh_css" class="skype_name_highlight_style" charset="utf-8" rel="stylesheet" type="text/css" href="chrome://skype_ff_toolbar_win/content/injection_nh_graph.css">
Ik heb ook geprobeerd dingen aan te passen in forumlist_body.html en index.htm.
|