Created
December 16, 2015 05:49
-
-
Save Philosoft/925b2c7fdb3446d24090 to your computer and use it in GitHub Desktop.
Default aliases for dotplant2
This file contains 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
<?php | |
/* | |
* ! WARNING ! | |
* | |
* This file is auto-generated. | |
* Please don't modify it by-hand or all your changes can be lost. | |
*/ | |
return[ | |
'@core' => '/path/to/installation/application/modules/core/models/../', | |
'@DefaultTheme' => '/path/to/installation/application/extensions/DefaultTheme', | |
'@shop' => '/path/to/installation/application/backgroundtasks/models/../', | |
'@category' => '/shop/product/list', | |
'@product' => '/shop/product/show', | |
'@user' => '/path/to/installation/application/modules/user/models/../', | |
'@article' => '/page/page/show', | |
'@articles' => '/page/page/list', | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment