1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-09 12:06:29 +02:00
Files
php-e107/e107_plugins/featurebox/e_header.php
2012-08-10 19:30:43 +00:00

6 lines
160 B
PHP

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