1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-07 07:47:59 +01:00
2015-04-05 12:58:57 -07:00

10 lines
110 B
PHP

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