mirror of
https://github.com/e107inc/e107.git
synced 2025-02-19 06:02:40 +01:00
10 lines
72 B
PHP
10 lines
72 B
PHP
|
<?php
|
||
|
|
||
|
if(USER_AREA)
|
||
|
{
|
||
|
e107::css('social', 'css/fontello.css');
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
?>
|