mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Include linkword css only in user area.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?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');
|
e107::css('linkwords','linkwords.css');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user