File "attachment.php"
Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/themes/publisher/attachment.php
File size: 393 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* attachment.php
*---------------------------
* The template for displaying attachments content
*
*/
get_header();
// Prints content with layout that is selected in panels.
// Location: "views/general/layout/*.php"
// The attachment content file is located in: "views/general/attachment/content.php"
publisher_get_view( 'layout', publisher_get_page_layout() );
get_footer();