mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
'camera' removed from core. May be added by third-party themes if required.
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!defined('e107_INIT')){ exit; }
|
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)
|
if(USER_AREA)
|
||||||
{
|
{
|
||||||
e107::css('core','camera/css/camera.css','jquery');
|
e107::css('core','camera/css/camera.css','jquery');
|
||||||
}
|
}*/
|
||||||
?>
|
?>
|
@@ -118,7 +118,7 @@ $FEATUREBOX_TEMPLATE['image_right'] = '
|
|||||||
</div>
|
</div>
|
||||||
';
|
';
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
$FEATUREBOX_TEMPLATE['camera'] = '
|
$FEATUREBOX_TEMPLATE['camera'] = '
|
||||||
<div class="featurebox-item" data-thumb="{FEATUREBOX_THUMB=src}" data-src="{FEATUREBOX_IMAGE|camera=src}" data-link="{FEATUREBOX_URL}">
|
<div class="featurebox-item" data-thumb="{FEATUREBOX_THUMB=src}" data-src="{FEATUREBOX_IMAGE|camera=src}" data-link="{FEATUREBOX_URL}">
|
||||||
@@ -138,7 +138,7 @@ $FEATUREBOX_TEMPLATE['camera_caption'] = '
|
|||||||
{FEATUREBOX_TEXT|camera}
|
{FEATUREBOX_TEXT|camera}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
';
|
';*/
|
||||||
|
|
||||||
$FEATUREBOX_TEMPLATE['accordion'] = '
|
$FEATUREBOX_TEMPLATE['accordion'] = '
|
||||||
<h3 class="featurebox-title-accordion"><a href="#">{FEATUREBOX_TITLE|accordion}</a></h3>
|
<h3 class="featurebox-title-accordion"><a href="#">{FEATUREBOX_TITLE|accordion}</a></h3>
|
||||||
@@ -170,8 +170,8 @@ $FEATUREBOX_INFO = array(
|
|||||||
'image_left' => array('title' => 'Generic - (Image-left)' , 'description' => 'Left floated image'),
|
'image_left' => array('title' => 'Generic - (Image-left)' , 'description' => 'Left floated image'),
|
||||||
'image_right' => array('title' => 'Generic - (Image-right)', 'description' => 'Right floated image'),
|
'image_right' => array('title' => 'Generic - (Image-right)', 'description' => 'Right floated image'),
|
||||||
|
|
||||||
'camera' => array('title' => 'Camera item', 'description' => 'For use with the "camera" category'),
|
// 'camera' => array('title' => 'Camera item', 'description' => 'For use with the "camera" category'),
|
||||||
'camera_caption' => array('title' => 'Camera item with caption', 'description' => 'For use with the "camera" category'),
|
// 'camera_caption' => array('title' => 'Camera item with caption', 'description' => 'For use with the "camera" category'),
|
||||||
'accordion' => array('title' => 'Accordion Item', 'description' => 'For use with accordion'),
|
'accordion' => array('title' => 'Accordion Item', 'description' => 'For use with accordion'),
|
||||||
'tabs' => array('title' => 'Tab Item', 'description' => 'For use with tabs')
|
'tabs' => array('title' => 'Tab Item', 'description' => 'For use with tabs')
|
||||||
);
|
);
|
||||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
5
e107_web/js/camera/scripts/camera.min.js
vendored
5
e107_web/js/camera/scripts/camera.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user