Created
September 20, 2012 17:04
-
-
Save mkorostoff/3757085 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function csn_houston_core_update_7001() { | |
variable_set('rsn_follow_bar_api_key', '2_0TqLS-kxDBlZLg4oGwYVgfuS20JKVamhsqmCTqo6ZPCzr6mXs_6dN5VjSh7mnAUm'); | |
variable_set('rsn_follow_bar_icon_size', 22); | |
variable_set('rsn_follow_bar_facebook_title', 'Like CSN Houston on Facebook'); | |
variable_set('rsn_follow_bar_facebook_account', 'csnwashington'); | |
variable_set('rsn_follow_bar_twitter_title', 'Follow CSN Houston, team insiders and others on Twitter'); | |
variable_set('rsn_follow_bar_twitter_users', 'CSNhouston,SportsTalkCSN,chickatCSN,kjohnsoncsn,' | |
. 'Rich_Tandler,ChuckGormleyCSN,MayHockeyCSN,MarkZuckerman,michaeljenk,RobCarlin,JenXperience'); | |
variable_set('rsn_follow_bar_rss_title', 'CSN Houston RSS Feeds'); | |
variable_set('rsn_follow_bar_rss_url', 'rss_feeds'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment