locale_stylesheet

Definition:
function locale_stylesheet() {}

Display localized stylesheet link element.

Source code

function locale_stylesheet() {

	$stylesheet = get_locale_stylesheet_uri();

	if ( empty($stylesheet) )

		return;

	echo '<link rel="stylesheet" href="' . $stylesheet . '" type="text/css" media="screen" />';

}

2295

No comments yet... Be the first to leave a reply!

Leave a comment