Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $output = array();
- if (!empty(variable_get('worx_social_review_google_link', ''))){
- $output['@google'] = '[google] - Google Review Link';
- }
- if (!empty(variable_get('worx_social_review_bing_link', ''))){
- $output['bing'] = '[bing] - Bing Review Link';
- }
- if (!empty(variable_get('worx_social_review_yahoo_link', ''))){
- $output['yahoo'] = '[yahoo] - Yahoo Review Link';
- }
- if (!empty(variable_get('worx_social_review_yp_link', ''))){
- $output['yp'] = '[yp] - Yellow Pages Review Link';
- }
- if (!empty(variable_get('worx_social_review_foursquare_link', ''))){
- $output['foursqaure'] = '[foursqaure] - Foursquare Review Link';
- }
- $form['tokens']['token_list'] = array(
- '#type' => 'item',
- '#markup' => t('<p>@google<br />@yahoo<br />@bing<br />@yp<br />@foursquare<br /></p>', $output ),
- );
Advertisement
Add Comment
Please, Sign In to add comment