ProjectSend
  • About
  • Installation
    • Requirements
    • Manual installation
    • Configuration file
    • One click installers
    • Upgrading
    • Translations
    • Advanced: improving downloads
  • How to use
    • Files
      • File types restrictions
      • Orphan files
      • File size limits
      • Categories
    • Users and clients
      • Creating accounts
      • Self registration
    • Groups
    • Public files and groups
    • Templates
    • E-mail notifications
      • SMTP settings
      • E-mail templates
      • Testing email settings
    • Actions log
    • Cron tasks
    • Custom CSS/JS/HTML
      • Using the assets manager
      • Using custom files
  • Troubleshooting
    • Debug mode
    • Checking php errors
    • Finding and reporting bugs
    • How to get support
    • Collaborate
Powered by GitBook
On this page
  1. How to use
  2. Custom CSS/JS/HTML

Using custom files

PreviousUsing the assets managerNextDebug mode

Last updated 2 years ago

You can create custom css and js files that ProjectSend will load on every request.

Current files that PS will try to load:

  • {root}/css/custom.css

  • {root}/assets/css/custom.css

  • {root}/includes/js/custom.js

  • {root}/assets/custom/custom.js

With this method you cannot control in which locations the file will be loaded, so if you need to restrict it, please use the .

assets manager