13 lines
246 B
PHP
13 lines
246 B
PHP
<?
|
|
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
|
|
{
|
|
die();
|
|
}
|
|
|
|
// An extension is a synonym. Protection against blocking scripts by AdBlock (Opera / Ticket #126480).
|
|
return [
|
|
"rel" => [
|
|
"ui.cnt",
|
|
"ui.fonts.opensans",
|
|
]
|
|
]; |