mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 12:41:51 +02:00
'camera' removed from core. May be added by third-party themes if required.
This commit is contained in:
parent
82969eaa1c
commit
2e0cb4b8a8
@ -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');
|
||||
}
|
||||
}*/
|
||||
?>
|
@ -118,7 +118,7 @@ $FEATUREBOX_TEMPLATE['image_right'] = '
|
||||
</div>
|
||||
';
|
||||
|
||||
|
||||
/*
|
||||
|
||||
$FEATUREBOX_TEMPLATE['camera'] = '
|
||||
<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}
|
||||
</div>
|
||||
</div>
|
||||
';
|
||||
';*/
|
||||
|
||||
$FEATUREBOX_TEMPLATE['accordion'] = '
|
||||
<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_right' => array('title' => 'Generic - (Image-right)', 'description' => 'Right floated image'),
|
||||
|
||||
'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' => 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'),
|
||||
'accordion' => array('title' => 'Accordion Item', 'description' => 'For use with accordion'),
|
||||
'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
Loading…
x
Reference in New Issue
Block a user