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:
@@ -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')
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user