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

Steam XURL

Added in class2.php - XURL_STEAM
Added in social\admin_config.php - Steam Community URL
Added in social\e_shortcode.php - Steam XURL
This commit is contained in:
Travis Thoene
2017-07-22 16:41:47 -05:00
parent a40be42092
commit 8b8c59e66a
3 changed files with 4 additions and 0 deletions

View File

@@ -454,6 +454,7 @@ class social_ui extends e_admin_ui
'flickr' => array('label'=>"Flickr", "placeholder"=>""),
'instagram' => array('label'=>"Instagram", "placeholder"=>""),
'pinterest' => array('label'=>"Pinterest", "placeholder"=>""),
'steam' => array('label'=>"Steam", "placeholder"=>"eg. http://steamcommunity.com"),
'vimeo' => array('label'=>"Vimeo", "placeholder"=>""),
);