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
2016-02-07 12:39:27 -08:00

9 lines
194 B
PHP

<?php
if (!defined('e107_INIT')){ exit; }
//XXX If you need 'camera' please include it in your theme file.
/*
if(USER_AREA)
{
e107::css('core','camera/css/camera.css','jquery');
}*/
?>