1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-09 20:18:08 +02:00
Files
php-e107/e107_plugins/linkwords/e_header.php
2015-04-05 12:58:57 -07:00

10 lines
110 B
PHP

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