add social network vk.com

This commit is contained in:
Diego Najar 2020-02-08 19:20:15 +01:00
parent f8bfdf2957
commit f2acafd6db
1 changed files with 9 additions and 0 deletions

View File

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