1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

More 'camera' code removal.

This commit is contained in:
Cameron 2016-02-07 11:57:38 -08:00
parent 2e0cb4b8a8
commit 00fb5fdadc
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
if (!defined('e107_INIT')){ exit; }
//XXX If you need 'camera' please include it in your theme file.
//XXX If you need 'camera' please include it in your theme file.
/*
if(USER_AREA)
{

View File

@ -290,7 +290,7 @@ $FEATUREBOX_CATEGORY_TEMPLATE['accordion']['js_type'] = 'jquery';
<div data-src="images/image_2.jpg"></div>
</div>
*/
/*
$FEATUREBOX_CATEGORY_TEMPLATE['camera']['list_start'] = '<!-- start Camera -->
<div class="box featurebox camera_wrap camera_azure_skin">
@ -317,6 +317,7 @@ $FEATUREBOX_CATEGORY_TEMPLATE['camera']['nav_start'] = ''; // <ul>';
$FEATUREBOX_CATEGORY_TEMPLATE['camera']['nav_item'] = ''; // <li><a href="#tab-{FEATUREBOX_COUNTER}-activate">{FEATUREBOX_TITLE}</a></li>';
$FEATUREBOX_CATEGORY_TEMPLATE['camera']['nav_end'] = ''; // </ul>';
$FEATUREBOX_CATEGORY_TEMPLATE['camera']['nav_separator'] = '';
*/
// Depracated camera.js, need replacement
//$FEATUREBOX_CATEGORY_TEMPLATE['camera']['js'] = '{e_WEB_JS}camera/scripts/camera.min.js';