mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add theme settings #17
This commit is contained in:
parent
a4dae88575
commit
f51ad8d5de
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,6 +11,7 @@
|
|||
!/src/config/bootstrap.php
|
||||
!/src/config/website.json
|
||||
!/src/config/locales.json
|
||||
!/src/config/themes.json
|
||||
!/src/config/sphinx.json
|
||||
!/src/config/memcached.json
|
||||
!/src/config/database.json
|
||||
|
|
|
|||
3
src/config/themes.json
Normal file
3
src/config/themes.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[
|
||||
"default"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue