Embed menu in headers

Is there any way to create a global menu that is used on every page without using the menu app? The issue is that I don’t want to use iframes since they are cumbersome and break the browser functionality (back button). When coding freehand I usually just create a header file and use php include statements to include it in every page. How can this be done in SC?

Your SC project uses a template. Look into the template system and you might be able to use it in a similar way. I haven’t done so, but seems possible IMHO.

I instruct all users to not use the back-button on my applications. That doesn’t seem to be as big of a problem as it used to, as now people are more used to using ‘cloud’ based applications like google docs, etc.

The SC menu system is actually pretty good IMHO, and I exploit the events driven custom coding to do some cool things.

Good luck,
Jamie