mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 03:54:09 +02:00
Linkwords was adding spaces before words. Added some basic css.
This commit is contained in:
9
e107_plugins/linkwords/e_header.php
Normal file
9
e107_plugins/linkwords/e_header.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
|
||||
if(USER_AREA === true) // Don't include in admin area.
|
||||
{
|
||||
e107::css('linkwords','linkwords.css');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user