<?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>Solution Log &#124; Antonio David - NVNCBL &#187; template</title>
	<atom:link href="http://www.nvncbl.com/tagged/template/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nvncbl.com</link>
	<description>A place to log my programming solutions for future reference</description>
	<lastBuildDate>Sun, 28 Aug 2011 01:20:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Magento $this-&gt;getSkinUrl() Wrong Template</title>
		<link>http://www.nvncbl.com/2009/10/magento-this-getskinurl-wrong-template/</link>
		<comments>http://www.nvncbl.com/2009/10/magento-this-getskinurl-wrong-template/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 15:39:08 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.nvncbl.com/?p=463</guid>
		<description><![CDATA[When using $this-&#62;getSkinUrl(&#8216;path/to/yourfile.html&#8217;) inside view (.phtml) code, and you&#8217;re getting /default/default/ instead of /default/yourtheme, this isn&#8217;t Magento working incorrectly.  Check the $argument you send and verify that the target file actually exists.
getSkinUrl() does more than just generate the proper URL, it also verifies that the file exists.  If it doesn&#8217;t find the file within the [...]]]></description>
			<content:encoded><![CDATA[<p>When using $this-&gt;getSkinUrl(&#8216;path/to/yourfile.html&#8217;) inside view (.phtml) code, and you&#8217;re getting /default/default/ instead of /default/yourtheme, this isn&#8217;t Magento working incorrectly.  Check the $argument you send and verify that the target file actually exists.</p>
<p>getSkinUrl() does more than just generate the proper URL, it also verifies that the file exists.  If it doesn&#8217;t find the file within the store&#8217;s /yourtheme folder, it will revert to /default.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nvncbl.com/2009/10/magento-this-getskinurl-wrong-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

