We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Including JS and CSS Files in theme | Forum

Topic location: Forum home » Development » Themes
Mehroz
Mehroz Mar 22 '15
Hello,

I am trying to make a theme and i want to add some css and js files in theme can someone tell me what is the proper way to do this??

Regards,

Mehroz Anjum

Great_Day
Great_Day Mar 23 '15
Sure, Simply add "@import url('new.css');" in the base.css file. For the js files you should look at the html_document.html which is in the master pages. 


Good luck!

Mehroz
Mehroz Mar 23 '15
thanks :)