1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Include linkword css only in user area.

This commit is contained in:
Cameron 2015-04-05 12:58:57 -07:00
parent 65b52f9e83
commit a0b7011294

View File

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