HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/martyknows.com/wp-content/themes/adventure-journal/template-onecol.php
<?php
/**
 * Template Name: One column, no sidebars
 *
 * A page template with no sidebars
 *
 * @package Adventure_Journal
 *
 * This template loads the same code as page.php.  The real
 * magic happens in adventurejournal_layout_classes() which
 * sets a different body class if this template is selected.
 */

global $content_width;
$content_width = 930;
get_template_part( 'page' );
?>