1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +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

@@ -76,6 +76,7 @@ class social_shortcodes extends e_shortcode
'flickr' => array('href'=> deftrue('XURL_FLICKR'), 'title'=>'Flickr'),
'instagram' => array('href'=> deftrue('XURL_INSTAGRAM'), 'title'=>'Instagram'),
'youtube' => array('href'=> deftrue('XURL_YOUTUBE'), 'title'=>'YouTube'),
'steam' => array('href'=> deftrue('XURL_STEAM'), 'title'=>'Steam'),
'vimeo' => array('href'=> deftrue('XURL_VIMEO'), 'title'=>'Vimeo')
);