mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
rewrite config files to JSON, refactor environment bootstrap #14
This commit is contained in:
parent
e1054cd69e
commit
32c1bbe4a2
13 changed files with 127 additions and 300 deletions
|
|
@ -85,7 +85,7 @@ class AppControllerIndex
|
|||
'type' => 'text/css',
|
||||
'href' => sprintf(
|
||||
'assets/theme/default/css/common.css?%s',
|
||||
WEBSITE_CSS_VERSION
|
||||
CSS_VERSION
|
||||
),
|
||||
],
|
||||
[
|
||||
|
|
@ -93,7 +93,7 @@ class AppControllerIndex
|
|||
'type' => 'text/css',
|
||||
'href' => sprintf(
|
||||
'assets/theme/default/css/framework.css?%s',
|
||||
WEBSITE_CSS_VERSION
|
||||
CSS_VERSION
|
||||
),
|
||||
],
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue