GAL.panel.Home = function(config) { config = config || {}; Ext.apply(config,{ border: false ,baseCls: 'modx-formpanel' ,cls: 'container' ,items: [{ html: '
'+_('gallery.intro_msg')+'
' ,border: false ,bodyCssClass: 'panel-desc' },{ xtype: 'gal-tree-album' ,cls: 'main-wrapper' }] }] }] }); GAL.panel.Home.superclass.constructor.call(this,config); }; Ext.extend(GAL.panel.Home,MODx.Panel); Ext.reg('gal-panel-home',GAL.panel.Home);