naviki.main.portlets.AbstractLayout = function(config) {
	/* set the config */
	this.config = config;
};


/* init the layout */
naviki.main.portlets.AbstractLayout.prototype.initialize = function() {
};

