mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
10 lines
110 B
PHP
10 lines
110 B
PHP
<?php
|
|
|
|
|
|
if(USER_AREA === true) // Don't include in admin area.
|
|
{
|
|
e107::css('linkwords','linkwords.css');
|
|
}
|
|
|
|
|