|
Title: What file to include js files? Post by: Germanmkf on December 02, 2008, 12:09:32 PM Hi, I need to include a . js file to use some functions in the administration panel and I don't know where what file I need to modifique to include my files.
I need to include some like this: <script language="Javascript" type="text/javascript" src="MYSITE/jscripts/myfile. js"></script> Thank you very much!!! (sorry for my english) Title: Re: What file to include js files? Post by: MizzBia on December 05, 2008, 04:15:26 PM I'm not 100% sure but if there is no template file in the actual "admin" folder, you can probably find the admin templates in the templates folder: templates/Bliss/admin.tpl there are also some other admin templates in that folder that you may need. |