Allow choosing css files with names #13

Open
opened 2023-07-15 16:59:46 +03:00 by asandikci · 0 comments
Owner

In html file, allow php function to include or exclude specific css files just with its name. Also allow adding external css files with path

php function places adding all css files function in header, but before than you can choose which files should include or exclude like that:

$CSS_INC = a, b
(if this var not used, default is all)

$CSS_EXC = c, d
(if this var not used, default is any)

$CSS_ADD = /path/to/new/file.css
(if this var not used, default is any)

In html file, allow php function to include or exclude specific css files just with its name. Also allow adding external css files with path php function places adding all css files function in header, but before than you can choose which files should include or exclude like that: $CSS_INC = a, b (if this var not used, default is all) $CSS_EXC = c, d (if this var not used, default is any) $CSS_ADD = /path/to/new/file.css (if this var not used, default is any)
asandikci added the
enhancement
label 2023-07-15 17:18:47 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: asandikci.com/www#13
No description provided.