möchte gerne diese teil von ein template entfernen:
will das weg machen, weil in ein artikel template habe ich ein [PHP] include("http://www.xxx.com/index.php?embeded_list"); [/PHP] eingebaut, so:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--
phpwcms | free open source content management system
created by Oliver Georgi (oliver at phpwcms dot de) and licensed under GNU/GPL.
phpwcms is copyright 2003-2009 of Oliver Georgi. Extensions are copyright of
their respective owners. Visit project page for details: http://www.phpwcms.org/
//-->
<title>Hotel Bensersiel | Hotel Vier Jahreszeiten am Yachthafen Bensersiel | Bensersiel Hotel</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="content-style-type" content="text/css" />
<script src="template/inc_js/frontend.js" type="text/javascript"></script>
</head>
<body>
und bei der render passiert das:<!--content start-->
<div id="content">
<!--visual start-->
<div class="visual">
{IMAGE}
<div class="description">
<p>{CAPTION}</p>
</div>
</div>
<!--sidebar start-->
<div class="sidebar">
[TITLE]<h2>{TITLE}</h2>[/TITLE]
<p>{SUMMARY}</p>
<ul class="x">
[PHP] include("http://www.xxx.com/index.php?embeded_list"); [/PHP]
</ul>
</div>
</div>
</div>
beide artikeln habe verschiedene templates, bei der template von der embeded artikeln will wissen ob mit de 'template settings' möglich ist oder gibt ein andere weg?...
<!--visual start-->
<div class="visual">
<img src="content/images/xxx.jpg" border="0" width="502" height="356" alt="" title="" />
<div class="description">
<p>TEXT</p>
</div>
</div>
<!--sidebar start-->
<div class="sidebar">
<h2>TITLE</h2>
<p>SUMMARY TEXT</p>
<ul class="side">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--
phpwcms | free open source content management system
created by Oliver Georgi (oliver at phpwcms dot de) and licensed under GNU/GPL.
phpwcms is copyright 2003-2009 of Oliver Georgi. Extensions are copyright of
their respective owners. Visit project page for details: http://www.phpwcms.org/
//-->
<title>TITLE TEXT</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="content-style-type" content="text/css" />
<script src="template/inc_js/frontend.js" type="text/javascript"></script>
</head>
<body>
<li>
<span class="photo">
<img src="content/images/x.jpg" border="0" width="73" height="73" alt="" />
</span>
<span class="text">
<strong><a rel="x" href="index.php">TEXT</a></strong>TEXT
</span>
</li>
<li>
<span class="photo">
<img src="content/images/x.jpg" border="0" width="73" height="73" alt="" />
</span>
<span class="text">
<strong><a rel="x" href="index.php">TEXT</a></strong>TEXT
</span>
</li>
...
danke!!!
angelo
ps. diese 'template settings' datei habe ich noch nicht richtig verstanten