Add Front folder for web fonts
The font folder is set in the layout folder for frontend and holds web fonts. There is a new symlink folder in the libs directory to match the FONT folder name for backend fonts
This commit is contained in:
@@ -54,6 +54,8 @@ DEFINE('PDFS', 'documents'.DS);
|
||||
DEFINE('CSV', 'csv'.DS);
|
||||
// css
|
||||
DEFINE('CSS', 'css'.DS);
|
||||
// font (web)
|
||||
DEFINE('FONT', 'font'.DS);
|
||||
// js
|
||||
DEFINE('JS', 'javascript'.DS);
|
||||
// table arrays
|
||||
|
||||
Reference in New Issue
Block a user