1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/components/media/panes/pane.photoset.tpl
2015-10-27 16:02:57 +07:00

12 lines
299 B
Smarty

{extends './pane.tpl'}
{block 'media_pane_options' append}
{$id = 'tab-media-photoset'}
{/block}
{block 'media_pane_footer' prepend}
{component 'button'
mods = 'primary'
classes = 'js-media-photoset-submit'
text = {lang name='media.photoset.submit'}}
{/block}