1
0
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:
Cameron
2015-04-05 12:29:53 -07:00
parent 722ffccc7d
commit bb5b34b15d
3 changed files with 20 additions and 5 deletions

View File

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