Hi, you can use the "Single Use" menu on unlimited portals in one DNN installation, or you can order the "Developers Lisence" for use on unlimited portals and unlimited DNN installs, or to resell the menu with your skins. Putting those two lines into your HTML version of the skin should carry directly over to the .ascx version when DNN parses it. The easiest way to include Static links on the menu would be to use the Template type menu, but that can still be tricky. You could also create a hidden group of pages in DNN and use the page setting to go to an external Url (even if it is internal to your site). Another way to get a static menu would be to create it as a dynamic one, then copy and paste the static output into an html module (changing the links if you like). |