/**
 * This script provides a fake Liferay object to avoid errors in the web site pages.
 */
Liferay = {
	Portlet: {
		onLoad: function(args) {
			// Do nothing
		}
	}
};
