
var Common = {

	init: function(base_path, theme, lang) {

		this.base_path = base_path;
		this.theme = theme;
		this.lang = lang;
	}
};

