13 lines
362 B
PHP
Executable File
13 lines
362 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'Facebook username' => 'Facebook username',
|
|
'Follow us' => 'Follow us',
|
|
'Google + username' => 'Google + username',
|
|
'Instagram username' => 'Instagram username',
|
|
'Pinterest username' => 'Pinterest username',
|
|
'RSS URL' => 'RSS URL',
|
|
'Twitter username' => 'Twitter username',
|
|
'Youtube URL' => 'Youtube URL',
|
|
);
|