add support for vk.com social network

This commit is contained in:
Diego Najar 2019-12-07 14:35:38 +01:00
parent bc4f532b97
commit ff57081e3a
1 changed files with 9 additions and 0 deletions

View File

@ -268,6 +268,15 @@
'placeholder'=>'',
'tip'=>''
));
echo Bootstrap::formInputText(array(
'name'=>'vk',
'label'=>'VK',
'value'=>$user->vk(),
'class'=>'',
'placeholder'=>'',
'tip'=>''
));
?>
</div>
</div>