<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Css, Html, Mootools, PHP och Smarty &#187; smarty</title>
	<atom:link href="http://www.gaos.se/category/smarty/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gaos.se</link>
	<description>Webben i allmänhet och lite lite special</description>
	<lastBuildDate>Mon, 26 Apr 2010 15:00:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>File exists Smarty</title>
		<link>http://www.gaos.se/2009/05/27/file-exists-smarty/</link>
		<comments>http://www.gaos.se/2009/05/27/file-exists-smarty/#comments</comments>
		<pubDate>Wed, 27 May 2009 16:44:06 +0000</pubDate>
		<dc:creator>Erik Andersson</dc:creator>
				<category><![CDATA[smarty]]></category>
		<category><![CDATA[file exists]]></category>
		<category><![CDATA[filen existerar]]></category>
		<category><![CDATA[file_exists smarty]]></category>

		<guid isPermaLink="false">http://www.gaos.se/?p=195</guid>
		<description><![CDATA[Vi fick lite ganska länge innan vi hittade en funktion för att kontrollera om filer existerade på servern. Och därför gör vi ett inlägga om det så att du antagligen inte behöver leta lika länge.
{if file_exists(&#8221;path&#8221;)}Utskrift{/if}
Och om du vill ha smarty variabler i pathen fungera det såhär:
{if file_exists(&#8221;path`$pub.id`_`$language`.jpg&#8221;)}utskrift{/if}
]]></description>
			<content:encoded><![CDATA[<p>Vi fick lite ganska länge innan vi hittade en funktion för att kontrollera om filer existerade på servern. Och därför gör vi ett inlägga om det så att du antagligen inte behöver leta lika länge.</p>
<p>{if file_exists(&#8221;path&#8221;)}Utskrift{/if}</p>
<p>Och om du vill ha smarty variabler i pathen fungera det såhär:</p>
<p>{if file_exists(&#8221;path`$pub.id`_`$language`.jpg&#8221;)}utskrift{/if}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaos.se/2009/05/27/file-exists-smarty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

