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

Linkwords - code-clean-up (no functional changes)

Tabs, spacing, readability
This commit is contained in:
Tijn Kuyper
2019-10-26 18:42:25 +02:00
parent 01adf399bb
commit ab7cd3bb58
7 changed files with 428 additions and 500 deletions

View File

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