Hi, I am trying to add custom CSS and JS links on all pages under <head> tag. I couldn't find any plugins or hooks system in Dolphin. Is there a standard way to achieve this without doing any hardcoded file edits?
Thanks.
Hi, I am trying to add custom CSS and JS links on all pages under <head> tag. I couldn't find any plugins or hooks system in Dolphin. Is there a standard way to achieve this without doing any hardcoded file edits? Thanks. |
If your developing a module. Yes. You would use what is called injections. The injection point for the head section is injection_head and is found in the template _header.html. https://www.deanbassett.com |
Thanks a lot for a very quick response. That is exactly what i was looking for. Cheers!! |