chevereto-free/app/themes/Peafowl/snippets/modal_create_album.php

8 lines
446 B
PHP
Raw Normal View History

2017-11-09 19:02:18 +00:00
<?php if(!defined('access') or !access) die('This file cannot be directly accessed.'); ?>
<div data-modal="new-album" class="hidden" data-is-xhr data-submit-fn="CHV.fn.submit_create_album" data-ajax-deferred="CHV.fn.complete_create_album">
<span class="modal-box-title"><?php _se('Create new album'); ?></span>
<div class="modal-form">
<?php G\Render\include_theme_file("snippets/form_album.php", ['album-switch' => FALSE]); ?>
</div>
</div>