/* Copyright (c) 2011 Synology Inc. All rights reserved. */

MODULE_PERSONAL_INFORMATION=Ext.extend(SYNOBLOG_MODULE,{getFormItems:function(){var a=[{xtype:"textarea",ctCls:"syno-blog-100height",itemCls:"syno-blog-100height",name:"personal_info",width:"100%",height:"100%",hideLabel:true}];return a}});SYNOBLOG.instance().registerModule("personal_information",{title:photo_str_personal_information_title,width:400,height:200},MODULE_PERSONAL_INFORMATION);
