prasathmani / tinyfilemanager

Single-file PHP file manager, browser and manage your files efficiently and easily with tinyfilemanager
https://tinyfilemanager.github.io
GNU General Public License v3.0
4.9k stars 1.66k forks source link

Suggestion: custom CSS themes #625

Open nitodico opened 3 years ago

nitodico commented 3 years ago

The idea gettting custom CSS themes is possible? i was doing some testing and somewhere on line 3652 i just added

if(file_exists(__DIR__."/custom.css")) echo file_get_contents("custom.css");

Adding a single line could lead to designers to submit custom CSS themes

image

tapmeppe commented 3 months ago

The same goes for custom.js .

tapmeppe commented 3 months ago

I could do a pull request of both. Would that be okay?