|
|
@ -58,5 +58,6 @@ function typography_render ( &$a, &$o) { |
|
|
|
$lng = str_replace( $lng_long, $lng_id, $lng); |
|
|
|
$typo->settings["diacriticLanguage"] = $lng; |
|
|
|
$o['html'] = $typo->process($o['html']); |
|
|
|
$a->page['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="' . $a->get_baseurl() . '/addon/typography/style.css' . '" media="all" />'; |
|
|
|
unset($l); |
|
|
|
} |