You are here

public function AddThis::getServicesCssUrl in AddThis 7.4

1 call to AddThis::getServicesCssUrl()
AddThis::addStylesheets in classes/AddThis.php

File

classes/AddThis.php, line 254
An AddThis-class.

Class

AddThis
@file An AddThis-class.

Code

public function getServicesCssUrl() {
  return check_url($this
    ->prefixUrlScheme(variable_get(AddThis::SERVICES_CSS_URL_KEY, self::DEFAULT_SERVICES_CSS_URL)));
}