<?php
/**
 * Single Custom Post Type Page Links
 *
 * @package Total WordPress theme
 * @subpackage Partials
 * @version 3.3.0
 */

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

// Get global page links template part
get_template_part( 'partials/link-pages' );