1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 01:25:01 +02:00

'camera' removed from core. May be added by third-party themes if required.

This commit is contained in:
Cameron
2016-02-07 11:56:20 -08:00
parent 82969eaa1c
commit 2e0cb4b8a8
8 changed files with 7 additions and 1089 deletions

View File

@@ -1,9 +1,9 @@
<?php
if (!defined('e107_INIT')){ exit; }
//TODO add checks so that it's only loaded when needed.
//XXX If you need 'camera' please include it in your theme file.
/*
if(USER_AREA)
{
e107::css('core','camera/css/camera.css','jquery');
}
}*/
?>