1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-18 16:26:20 +02:00
Files
php-e107/e107_plugins/featurebox/e_header.php

9 lines
181 B
PHP

<?php
if (!defined('e107_INIT')){ exit; }
//TODO add checks so that it's only loaded when needed.
if(USER_AREA)
{
e107::css('core','camera/css/camera.css','jquery');
}
?>