|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/djweb1/DJ Website/djweb1/staging/ |
Upload File : |
<?php
/**
* Page Template
*
* This is the standard page template.
*
* @package DolanJenner
* @subpackage Template
*/
$meta_title = '';
$meta_description = '';
$meta_keywords = '';
$page_context = 'search';
$page_title = 'Search';
require_once('includes/header.php'); // Loads the header.php template. ?>
<div id="content" class="site-content hfeed">
<article class="hentry page">
<?php if($page_title) : ?><h1 class="page-title entry-title"><?php echo $page_title; ?></h1><?php endif; ?>
<div class="entry-content">
<p>Replace this with the page content.</p>
</div><!-- .entry-content -->
</article><!-- .hentry -->
</div><!-- #content .hfeed -->
<?php require_once('includes/footer.php'); // Loads the footer.php template. ?>