mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Include linkword css only in user area.
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
Reference in New Issue
Block a user