Merge branch 'master' of https://git.itguild.info/ItGuild/igmf
This commit is contained in:
8
app/themes/custom/CustomTheme.php
Normal file
8
app/themes/custom/CustomTheme.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace app\themes\custom;
|
||||
|
||||
class CustomTheme extends \kernel\app_themes\custom\CustomTheme
|
||||
{
|
||||
|
||||
}
|
@ -8,6 +8,8 @@
|
||||
"preview": "preview.png",
|
||||
"resource": "/resources/themes/custom",
|
||||
"resource_path": "{RESOURCES}/themes/custom",
|
||||
"theme_class": "app\\themes\\custom\\CustomTheme",
|
||||
"theme_class_file": "{APP}/themes/custom/CustomTheme.php",
|
||||
"routs": "routs/custom.php",
|
||||
"dependence": "photo,tag,qwe"
|
||||
"dependence": "photo,tag"
|
||||
}
|
Reference in New Issue
Block a user