How to add custom CSS and JS links on all pages?

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.

Quote · 30 May 2013

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.

<bx_injection:injection_head />

An injection is added by a entry made to the database. For more information on how to use the injections see the comments in inc/classes/BxDolTemplate.php

Also read these for more developer information.

http://www.boonex.com/trac/dolphin/wiki/DolModDev
http://www.boonex.com/forums/topic/Developers-Links.htm
http://www.boonex.com/forums/topic/Dolphin-7-1-new-Alerts.htm
http://www.boonex.com/forums/topic/Dolphin-7-1-changes-for-Template-Developers.htm

https://www.deanbassett.com
Quote · 30 May 2013

Thanks a lot for a very quick response. That is exactly what i was looking for. Cheers!!

Quote · 30 May 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.