1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

6 lines
107 B
PHP
Raw Normal View History

<?php
if(USER_AREA === true) // Don't include in admin area.
{
e107::css('linkwords', 'linkwords.css');
}