Adding another folder in skin directory
Design and Skin Customization
Hi guys,
I hope the week has been going well
I been creating my own custom tpl files in the skins directory...(example AudioPro)
What if I now want to make a folder (like the css, js folder, etc) in that skin directory ..call it "Custom" and move all the custom tpls files from the skin's directory into that folder...
I'm thinking if I ever want to try any of my custom layout in a different skin..it will be much easier to upload the folders with files..and add a few lines here and there..than upload many files and adjust it all to make it work..hope I made sense
Is this something I have to now add some info to the include.cfg file
I tried this code below and nothing happened..or is there a different place to make that folder with the files work in the directory
// Register our Custom files with the core
jrCore_register_module_feature('jrCore', 'custom', 'jrAudioPro', 'otherevent.tpl');
updated by @boplive: 06/16/17 07:39:37AM