mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 22:53:01 +02:00
Instagram and Flickr added to XURLs supported.
This commit is contained in:
@@ -975,9 +975,11 @@ $xurls = array(
|
||||
'facebook' => array('label'=>"Facebook", "placeholder"=>"eg. https://www.facebook.com/e107CMS"),
|
||||
'twitter' => array('label'=>"Twitter", "placeholder"=>"eg. https://twitter.com/e107"),
|
||||
'youtube' => array('label'=>"Youtube", "placeholder"=>"eg.https://youtube.com/e107Inc"),
|
||||
'google' => array('label'=>"Google+", "placeholder"=>"eg.. "),
|
||||
'google' => array('label'=>"Google+", "placeholder"=>""),
|
||||
'linkedin' => array('label'=>"LinkedIn", "placeholder"=>"eg. http://www.linkedin.com/groups?home=&gid=1782682"),
|
||||
'github' => array('label'=>"Github", "placeholder"=>"eg. https://github.com/e107inc")
|
||||
'github' => array('label'=>"Github", "placeholder"=>"eg. https://github.com/e107inc"),
|
||||
'flickr' => array('label'=>"Flickr", "placeholder"=>""),
|
||||
'instagram' => array('label'=>"Instagram", "placeholder"=>""),
|
||||
);
|
||||
|
||||
foreach($xurls as $k=>$var)
|
||||
|
Reference in New Issue
Block a user