<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://fbb.just4test.de/extern.php?action=feed&amp;tid=2209&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [GELÖST] Smarty ELSE tut nicht]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=2209</link>
		<description><![CDATA[Die aktuellsten Beiträge in [GELÖST] Smarty ELSE tut nicht.]]></description>
		<lastBuildDate>Wed, 23 May 2012 16:09:27 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [GELÖST] Smarty ELSE tut nicht]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=18735#p18735</link>
			<description><![CDATA[<p>*patsch*</p><p>Dank Dir!<br />Alex</p>]]></description>
			<author><![CDATA[dummy@example.com (faglork)]]></author>
			<pubDate>Wed, 23 May 2012 16:09:27 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=18735#p18735</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Smarty ELSE tut nicht]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=18734#p18734</link>
			<description><![CDATA[<div class="codebox"><pre><code>[== php ==]
{content block=&quot;Infoblock Rechts&quot; wysiwyg=&quot;true&quot; assign=&quot;infoblock&quot;} 
{global_content name=&quot;rechtespalte&quot;} 
{if $infoblock|strip_tags|trim != &#039;&#039;} 
{$infoblock} 
{else} 
{global_content name=&quot;rechtespalte&quot;} 
{/if}</code></pre></div><p>--&gt; $infoblock existiert immer, darum bringt ein isset() nichts. Du musst prüfen ob der Inhaltsblock einen Inhalt hat oder nicht.</p>]]></description>
			<author><![CDATA[dummy@example.com (nockenfell)]]></author>
			<pubDate>Wed, 23 May 2012 16:07:16 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=18734#p18734</guid>
		</item>
		<item>
			<title><![CDATA[[GELÖST] Smarty ELSE tut nicht]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=18733#p18733</link>
			<description><![CDATA[<p>Moin!</p><p>Helft mir mal auf die Sprünge ...</p><div class="codebox"><pre><code>[== php ==]
{content block=&quot;Infoblock Rechts&quot; wysiwyg=&quot;true&quot; assign=&quot;infoblock&quot;} 
{global_content name=&quot;rechtespalte&quot;} 
{if isset($infoblock)} 
{$infoblock} 
{else} 
{global_content name=&quot;rechtespalte&quot;} 
{/if}</code></pre></div><p>Warum wird global_content name=&quot;rechtespalte&quot; nicht angezeigt wenn $infoblock leer ist?</p><p>Servus,<br />Alex</p>]]></description>
			<author><![CDATA[dummy@example.com (faglork)]]></author>
			<pubDate>Wed, 23 May 2012 15:56:36 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=18733#p18733</guid>
		</item>
	</channel>
</rss>
