mirror of
https://github.com/e107inc/e107.git
synced 2025-10-09 12:06:29 +02:00
9 lines
194 B
PHP
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');
|
|
}*/
|
|
?>
|