Allow choosing css files with names #13
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: asandikci.com/www#13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)