mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
More 'camera' code removal.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('e107_INIT')){ exit; }
|
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)
|
if(USER_AREA)
|
||||||
{
|
{
|
||||||
|
@@ -290,7 +290,7 @@ $FEATUREBOX_CATEGORY_TEMPLATE['accordion']['js_type'] = 'jquery';
|
|||||||
<div data-src="images/image_2.jpg"></div>
|
<div data-src="images/image_2.jpg"></div>
|
||||||
</div>
|
</div>
|
||||||
*/
|
*/
|
||||||
|
/*
|
||||||
$FEATUREBOX_CATEGORY_TEMPLATE['camera']['list_start'] = '<!-- start Camera -->
|
$FEATUREBOX_CATEGORY_TEMPLATE['camera']['list_start'] = '<!-- start Camera -->
|
||||||
<div class="box featurebox camera_wrap camera_azure_skin">
|
<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_item'] = ''; // <li><a href="#tab-{FEATUREBOX_COUNTER}-activate">{FEATUREBOX_TITLE}</a></li>';
|
||||||
$FEATUREBOX_CATEGORY_TEMPLATE['camera']['nav_end'] = ''; // </ul>';
|
$FEATUREBOX_CATEGORY_TEMPLATE['camera']['nav_end'] = ''; // </ul>';
|
||||||
$FEATUREBOX_CATEGORY_TEMPLATE['camera']['nav_separator'] = '';
|
$FEATUREBOX_CATEGORY_TEMPLATE['camera']['nav_separator'] = '';
|
||||||
|
*/
|
||||||
|
|
||||||
// Depracated camera.js, need replacement
|
// Depracated camera.js, need replacement
|
||||||
//$FEATUREBOX_CATEGORY_TEMPLATE['camera']['js'] = '{e_WEB_JS}camera/scripts/camera.min.js';
|
//$FEATUREBOX_CATEGORY_TEMPLATE['camera']['js'] = '{e_WEB_JS}camera/scripts/camera.min.js';
|
||||||
|
Reference in New Issue
Block a user