<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Custom Admin Theme</title>
	<atom:link href="http://classyllama.com/development/magento-development/custom-adminhtml-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://classyllama.com/development/magento-development/custom-adminhtml-theme/</link>
	<description>Classy Llama Studios is a team of developers, designers and marketers specializing in Magento, Wordpress and Custom Web Application development.</description>
	<lastBuildDate>Fri, 03 Feb 2012 06:02:01 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Charles</title>
		<link>http://classyllama.com/development/magento-development/custom-adminhtml-theme/comment-page-1/#comment-1108</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Fri, 23 Dec 2011 22:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://stage.classyllama.com/?p=21#comment-1108</guid>
		<description>Thanks, I&#039;ll try it.

-C</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ll try it.</p>
<p>-C</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rizvan</title>
		<link>http://classyllama.com/development/magento-development/custom-adminhtml-theme/comment-page-1/#comment-1105</link>
		<dc:creator>Rizvan</dc:creator>
		<pubDate>Fri, 23 Dec 2011 06:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://stage.classyllama.com/?p=21#comment-1105</guid>
		<description>It worked for CE as well. Check for the XML files which loads default theme.</description>
		<content:encoded><![CDATA[<p>It worked for CE as well. Check for the XML files which loads default theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugues</title>
		<link>http://classyllama.com/development/magento-development/custom-adminhtml-theme/comment-page-1/#comment-1096</link>
		<dc:creator>Hugues</dc:creator>
		<pubDate>Tue, 20 Dec 2011 20:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://stage.classyllama.com/?p=21#comment-1096</guid>
		<description>@charles, it didn&#039;t work in your Magento 1.6 CE because of the community extension &quot;Find&quot; located in app/code/community/Find.

A quick way to make it work is to either remove the extension, if you don&#039;t use it, or, remove the lines 121 to 129 (included) from the config.xml of the extension:


        
            
                
                    find
                
            
        
    

It should work then. Don&#039;t forget to clean your cache.

Hope that helped.

-Hugues</description>
		<content:encoded><![CDATA[<p>@charles, it didn&#8217;t work in your Magento 1.6 CE because of the community extension &#8220;Find&#8221; located in app/code/community/Find.</p>
<p>A quick way to make it work is to either remove the extension, if you don&#8217;t use it, or, remove the lines 121 to 129 (included) from the config.xml of the extension:</p>
<p>                    find</p>
<p>It should work then. Don&#8217;t forget to clean your cache.</p>
<p>Hope that helped.</p>
<p>-Hugues</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://classyllama.com/development/magento-development/custom-adminhtml-theme/comment-page-1/#comment-1069</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Fri, 18 Nov 2011 20:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://stage.classyllama.com/?p=21#comment-1069</guid>
		<description>Does this work in 1.6 CE ? I tried it and I can&#039;t get any custom templates to load. :(</description>
		<content:encoded><![CDATA[<p>Does this work in 1.6 CE ? I tried it and I can&#8217;t get any custom templates to load. <img src='http://classyllama.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rizvan Vadia</title>
		<link>http://classyllama.com/development/magento-development/custom-adminhtml-theme/comment-page-1/#comment-762</link>
		<dc:creator>Rizvan Vadia</dc:creator>
		<pubDate>Wed, 18 May 2011 10:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://stage.classyllama.com/?p=21#comment-762</guid>
		<description>First of all thanks to your guys for providing such informative code. I have also search web for this and  fond this use full post. Our problem was we wanted it to be worked for enterprise edition.  You code was only to overwrite the theme. Which as not working well for enterprise edition. I have added code to overwrite skin as well and that worked. 

Thanks again,
Rizvan</description>
		<content:encoded><![CDATA[<p>First of all thanks to your guys for providing such informative code. I have also search web for this and  fond this use full post. Our problem was we wanted it to be worked for enterprise edition.  You code was only to overwrite the theme. Which as not working well for enterprise edition. I have added code to overwrite skin as well and that worked. </p>
<p>Thanks again,<br />
Rizvan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://classyllama.com/development/magento-development/custom-adminhtml-theme/comment-page-1/#comment-660</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Tue, 15 Feb 2011 18:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://stage.classyllama.com/?p=21#comment-660</guid>
		<description>Thx !

Spent ages looking for this, found loads of wrong ways to do it.
This was simple and it worked

j</description>
		<content:encoded><![CDATA[<p>Thx !</p>
<p>Spent ages looking for this, found loads of wrong ways to do it.<br />
This was simple and it worked</p>
<p>j</p>
]]></content:encoded>
	</item>
</channel>
</rss>

