<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : sape контекст</title>
		<link>https://www.cotonti.com</link>
		<description>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Fri, 01 May 2026 07:17:06 -0000</pubDate>

		<item>
			<title>jcrush</title>
			<description><![CDATA[поставил как в седе был в functions.php<br />
<br />
<div class="highlight"><pre class="php">if (!defined('_SAPE_USER')){
        define('_SAPE_USER', ''); 
    }
    require_once($_SERVER&#091;'DOCUMENT_ROOT'&#093;.'/'._SAPE_USER.'/sape.php'); 
    $sape_context = new SAPE_context();  
    ob_start(array(&amp;$sape_context,'replace_in_page'));</pre></div>
<br />
упали ссылки в эррор, сейчас пробую такой, кто -нибудь уже настроил сапу?<br />
<br />
<div class="highlight"><pre class="php">if (!defined('_SAPE_USER')){
        define('_SAPE_USER', ''); 
    }
    require_once($_SERVER&#091;'DOCUMENT_ROOT'&#093;.'/'._SAPE_USER.'/sape.php'); 
     $o&#091;'host'&#093; = 'www.';
 $o&#091;'charset'&#093; = 'UTF-8';
    $sape_context = new SAPE_context($o); 
    unset($o);
    ob_start(array(&amp;$sape_context,'replace_in_page'));</pre></div>
<br />
вроде пашет]]></description>
			<pubDate>Sa, 07 Mär 2009 23:07:45 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=2298&d=0#post9532]]></link>
		</item>
	</channel>
</rss>