Re[4]: Linux / Firefox
2005/04/04 13:32
Viewed 17119 times
Replies: 1/1

You're exactly right! On our server we have a lot of dynamically generated JS files - for menu's generated from DB content etc. This is the first time I have seen a problem with having PHP parse .js files.

I placed the following code at the top of the menu file:
<? header('content-type: text/javascript'); ?>

And voila - the problem went away.

Thanx so much for your help.

PS - Another quick question. I am working on a theme for the Open Source version of SugarCRM. Does you license allow us to use your menu for Open Source projects like this?

Re[5]: Linux / Firefox
2005/04/04 13:47
Viewed 19121 times
Replies: 0/0

Well, the only thing you should have in mind is that you can't redistribute the menu under an open-source license. Say, you can have a custom installation of SugarCRM having a menu, but you can't redistribute that application under an open source license, because the source of DynarchMenu isn't really open.

If the terms of SugarCRM allow you to redistribute it commercially, then it's possible to do so by using a “developer” or “library” license of DynarchMenu.

Hope this clears the confusion..

last
Google