pablocattaneo
2/23/2016 - 7:45 PM

Source: C:\xampp\htdocs\magento-c4arg2-2\src\main\php\webapp\app\code\local\Topgroup\Vuelta\etc\config.xml Setear las url de las custom page

Source: C:\xampp\htdocs\magento-c4arg2-2\src\main\php\webapp\app\code\local\Topgroup\Vuelta\etc\config.xml Setear las url de las custom pages.

Set custom pages's url

<config>
    <modules>
        <Topgroup_Vuelta>
            <version>1.0.0</version>
        </Topgroup_Vuelta>
    </modules>

    <frontend>
        <routers>
            <vuelta>
                <use>standard</use>
                <args>
                    <module>Topgroup_Vuelta</module>
                    <frontName>vueltaalcole</frontName> <!-- Set the url name that the user will see in the browser-->
                </args>
            </vuelta>
        </routers>

        <layout>
            <updates>
                <vuelta>
                    <file>vuelta.xml</file>
                </vuelta>
            </updates>
        </layout>
    </frontend>
</config>