1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 22:53:01 +02:00

Added XURL_GITHUB to preferences.

This commit is contained in:
Cameron
2013-03-22 22:06:12 -07:00
parent 36f0829f1c
commit bf59a0e840
2 changed files with 4 additions and 1 deletions

View File

@@ -1001,7 +1001,8 @@ $xurls = array(
'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.. "),
'linkedin' => array('label'=>"LinkedIn", "placeholder"=>"eg. http://www.linkedin.com/groups?home=&gid=1782682")
'linkedin' => array('label'=>"LinkedIn", "placeholder"=>"eg. http://www.linkedin.com/groups?home=&gid=1782682"),
'github' => array('label'=>"Github", "placeholder"=>"eg. https://github.com/e107inc")
);
foreach($xurls as $k=>$var)