<?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: How to override Magento admin view (template) files, quick and dirty way</title>
	<atom:link href="http://inchoo.net/ecommerce/magento/how-to-override-magento-admin-view-template-files-quick-and-dirty-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/ecommerce/magento/how-to-override-magento-admin-view-template-files-quick-and-dirty-way/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Thu, 09 Sep 2010 01:30:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: arpit chugh</title>
		<link>http://inchoo.net/ecommerce/magento/how-to-override-magento-admin-view-template-files-quick-and-dirty-way/comment-page-1/#comment-7644</link>
		<dc:creator>arpit chugh</dc:creator>
		<pubDate>Thu, 15 Jul 2010 11:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3913#comment-7644</guid>
		<description>can any one tell me where is that gallery .phtml</description>
		<content:encoded><![CDATA[<p>can any one tell me where is that gallery .phtml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rubin</title>
		<link>http://inchoo.net/ecommerce/magento/how-to-override-magento-admin-view-template-files-quick-and-dirty-way/comment-page-1/#comment-6828</link>
		<dc:creator>Rubin</dc:creator>
		<pubDate>Thu, 22 Apr 2010 11:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3913#comment-6828</guid>
		<description>Does anyone know how to override adminhtml dashboard graph block ? I tried with this code and doesn’t work. However, this code works perfectly with other dashboard blocks. I don’t understand why doesn’t work with only graph. 


        
            
                
                    Mycompany_Mymodule_Block_Graph
                
            
        
    </description>
		<content:encoded><![CDATA[<p>Does anyone know how to override adminhtml dashboard graph block ? I tried with this code and doesn’t work. However, this code works perfectly with other dashboard blocks. I don’t understand why doesn’t work with only graph. </p>
<p>                    Mycompany_Mymodule_Block_Graph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://inchoo.net/ecommerce/magento/how-to-override-magento-admin-view-template-files-quick-and-dirty-way/comment-page-1/#comment-6116</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Fri, 05 Feb 2010 17:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3913#comment-6116</guid>
		<description>Exactly, but it is potentially a very large difference.</description>
		<content:encoded><![CDATA[<p>Exactly, but it is potentially a very large difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anatoly A. Kazantsev</title>
		<link>http://inchoo.net/ecommerce/magento/how-to-override-magento-admin-view-template-files-quick-and-dirty-way/comment-page-1/#comment-6109</link>
		<dc:creator>Anatoly A. Kazantsev</dc:creator>
		<pubDate>Fri, 05 Feb 2010 08:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3913#comment-6109</guid>
		<description>This approach doesn&#039;t solve conflict problems between modules.

Using this method two modules can overwrite same class, so you get same problem on another level.

The difference is how often conflicts happen.</description>
		<content:encoded><![CDATA[<p>This approach doesn&#8217;t solve conflict problems between modules.</p>
<p>Using this method two modules can overwrite same class, so you get same problem on another level.</p>
<p>The difference is how often conflicts happen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://inchoo.net/ecommerce/magento/how-to-override-magento-admin-view-template-files-quick-and-dirty-way/comment-page-1/#comment-6107</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Fri, 05 Feb 2010 07:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3913#comment-6107</guid>
		<description>Very nice. I like this fetchView method better since the config.xml method can only be used by one module! If you install two modules that use that method they will conflict, so bravo for finding a friendlier solution, although I would still put my template files in the adminhtml/default/default/template// folder.</description>
		<content:encoded><![CDATA[<p>Very nice. I like this fetchView method better since the config.xml method can only be used by one module! If you install two modules that use that method they will conflict, so bravo for finding a friendlier solution, although I would still put my template files in the adminhtml/default/default/template// folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anatoly A. Kazantsev</title>
		<link>http://inchoo.net/ecommerce/magento/how-to-override-magento-admin-view-template-files-quick-and-dirty-way/comment-page-1/#comment-6097</link>
		<dc:creator>Anatoly A. Kazantsev</dc:creator>
		<pubDate>Wed, 03 Feb 2010 19:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3913#comment-6097</guid>
		<description>What about this lines in your config.xml:


  
    
      
        default
      
      
        yout_theme_name
      
    
  


Then you simple do the same as with front end themes.</description>
		<content:encoded><![CDATA[<p>What about this lines in your config.xml:</p>
<p>        default</p>
<p>        yout_theme_name</p>
<p>Then you simple do the same as with front end themes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
