File "page.php"

Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/themes/publisher/page.php
File size: 288 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * page.php
 *---------------------------
 * The template for displaying pages
 *
 */

get_header();

// Prints content with layout that is selected in panels.
// Location: "views/general/layout/*.php"
publisher_get_view( 'layout', publisher_get_page_layout() );

get_footer();