By xDudditzx on
Ive been trying to find a decent place to store site related scripts and content.
My website has an online tools section which utilizes other 3rd party and custom php and javascript, etc.
(Each tools is a node)
Where would be a good place to store these dependent scripts in the Drupal webspace?
I considered simply creating folders in the sites/all/ directory such as:
sites/all/inc? sites/all/php? sites/all/js?
Since the tools dependent script are only loaded when used with the corresponding tools,
I chose not to load them as a module or with the main site.
Anyone have suggestions?
Thanks
Comments
_
It's really a matter of personal preference - I'd say sites/all/tools with folders for js, php and so on, but it's up to you.