modified: embed codes under share/embed section added
This commit is contained in:
parent
3133dd2a75
commit
d08c128918
1 changed files with 234 additions and 230 deletions
|
@ -86,7 +86,7 @@
|
|||
<a href="#cb-item-info" data-toggle="tab"><span class="icon-info"></span>{lang code='info'}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#cb-item-share" data-toggle="tab"><span class="icon-share"></span>{lang code='Share'}</a>
|
||||
<a href="#cb-item-share" data-toggle="tab"><span class="icon-share"></span>{lang code='Share / Embed'}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#cb-item-addto" data-toggle="tab"><span class="icon-plusrounded"></span>{lang('add_to')}</a>
|
||||
|
@ -138,10 +138,7 @@
|
|||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
{show_share_form id=$photo.photo_id type=Photo}
|
||||
</div>
|
||||
|
||||
<div class="tab-pane fade in clearfix" id="cb-item-addto">
|
||||
<!-- Embeding code to own forum -->
|
||||
<div class="clearfix form-horizontal row">
|
||||
{$codes=$cbphoto->photo_embed_codes(['type'=>'all','with_url'=>true, 'details'=>$photo])}
|
||||
{foreach from=$codes item=item}
|
||||
|
@ -155,6 +152,13 @@
|
|||
|
||||
{/foreach}
|
||||
</div>
|
||||
<!-- Embeding code to own forum -->
|
||||
|
||||
{show_share_form id=$photo.photo_id type=Photo}
|
||||
|
||||
</div>
|
||||
|
||||
<div class="tab-pane fade in clearfix" id="cb-item-addto">
|
||||
<!-- add photo to fav -->
|
||||
<div class="clearfix btn-fav">
|
||||
<div id="video_action_result_cont"></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue