From 8c2170f3d087f21ae344c3cc59114f4f8984ee1c Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 10 Feb 2024 22:15:05 +0100 Subject: [PATCH] Update development.md --- documentation/docs/admin/customize/development.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/documentation/docs/admin/customize/development.md b/documentation/docs/admin/customize/development.md index 8e00abd..caa2c9a 100644 --- a/documentation/docs/admin/customize/development.md +++ b/documentation/docs/admin/customize/development.md @@ -19,8 +19,7 @@ Stay tuned for the upcoming addition of our Module Development Guide, providing ### Custom CSS -To add custom CSS code to OpenPanel interface, edit file `/usr/local/panel/templates/custom_code/in_header.html` and put your custom code inside. Please note - +To add custom CSS code to the OpenPanel interface, edit the file `/usr/local/panel/templates/custom_code/custom.css`. ```bash nano /usr/local/panel/templates/custom_code/custom.css @@ -28,7 +27,7 @@ nano /usr/local/panel/templates/custom_code/custom.css ### Custom JS - +To add custom JavaScript code to the OpenPanel interface, edit the file `/usr/local/panel/templates/custom_code/custom.js`. ```bash nano /usr/local/panel/templates/custom_code/custom.js ```