<modification>

	<id>Order Images in Slideshow Banner by Name</id>
	<version>151.1</version>
	<vqmver>1.0.8</vqmver>
	<author>Code by dpfavand. VQmodded by mwd</author>
	
	<!-- This mod shows the images in the banner ordered by name. -->
	
	<file name="catalog/model/design/banner.php">
        <operation>
            <search position="replace"><![CDATA[
            (int)$this->config->get('config_language_id') . "'");
            ]]></search>
            <add><![CDATA[
            (int)$this->config->get('config_language_id') . "' ORDER BY image ASC");
            ]]></add>
        </operation>
	</file>

</modification>