mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2024-12-16 03:58:39 +01:00
14 lines
292 B
PHP
14 lines
292 B
PHP
|
<?php
|
||
|
|
||
|
$buttonNames = array(
|
||
|
'github' => 'GitHub',
|
||
|
'gitlab' => 'GitLab',
|
||
|
'linkedin' => 'linkedIn',
|
||
|
'paypal' => 'PayPal',
|
||
|
'soundcloud' => 'SoundCloud',
|
||
|
'tiktok' => 'TikTok',
|
||
|
'whatsapp' => 'WhatsApp',
|
||
|
'wordpress' => 'WordPress',
|
||
|
'youtube' => 'YouTube',
|
||
|
);
|