Created
February 23, 2016 19:45
-
-
Save pablocattaneo/d8d876431894f29e988f to your computer and use it in GitHub Desktop.
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment