Page 1 of 1
When do you need to customize master pages?
Posted: Tue May 05, 2009 11:22 am
by ZLA
It seems like most customization can be done by creating custom scriptlets or conlibs. What types of customizations require a modified master page?
Re: When do you need to customize master pages?
Posted: Tue May 05, 2009 11:38 am
by nickc
Keep in mind that layouts are available for modification in App_Data\Scriptlets\Custom\Layout.
Our site is heavily modified, and the only change we've made to the master page has been to add script tags to load and initialize jQuery.
Re: When do you need to customize master pages?
Posted: Tue May 05, 2009 12:02 pm
by ZLA
Thank you.