mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
added social links for Ultimate Member
This commit is contained in:
@@ -115,32 +115,32 @@
|
||||
|
||||
// SOCIAL ICONS -> Setup custom links in the footer for quick links in your panel footer icons.
|
||||
$this->args['share_icons'][] = array(
|
||||
'url' => '',
|
||||
'url' => 'https://github.com/ultimatemember/ultimatemember',
|
||||
'title' => 'GitHub Repository',
|
||||
'icon' => 'um-icon-github'
|
||||
);
|
||||
$this->args['share_icons'][] = array(
|
||||
'url' => '',
|
||||
'url' => 'https://trello.com/b/30quaczv/ultimate-member',
|
||||
'title' => 'Roadmap',
|
||||
'icon' => 'um-icon-trello'
|
||||
);
|
||||
$this->args['share_icons'][] = array(
|
||||
'url' => '',
|
||||
'url' => 'https://facebook.com/pages/Ultimate-Member/1413909622233054',
|
||||
'title' => 'Like us on Facebook',
|
||||
'icon' => 'um-icon-facebook'
|
||||
);
|
||||
$this->args['share_icons'][] = array(
|
||||
'url' => '',
|
||||
'url' => 'https://twitter.com/umplugin',
|
||||
'title' => 'Follow us on Twitter',
|
||||
'icon' => 'um-icon-twitter'
|
||||
);
|
||||
$this->args['share_icons'][] = array(
|
||||
'url' => '',
|
||||
'url' => 'https://google.com/+ultimatemember',
|
||||
'title' => 'Follow us on Google+',
|
||||
'icon' => 'um-icon-google-plus'
|
||||
);
|
||||
$this->args['share_icons'][] = array(
|
||||
'url' => '',
|
||||
'url' => 'https://youtube.com/user/umplugin',
|
||||
'title' => 'We\'re on YouTube',
|
||||
'icon' => 'um-icon-youtube-alt'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user