Standard ContentKing Page

Standard ContentKing Page

“<p>

<!--

$webPageName = web page_name

// Set the main dynamic block of the page the system will use the content object assigned to this block as the basis for the page meta description and metatags<br />
$ckDynamicBlock = 2;

Include(‘CK5Includes.php');

< header >
< title > <?php OutputPageTitle(); ?> < /title>

meta name=”description” content="<?php OutputMetaDesc();  ?>” >

meta name=”keywords” content=”<?php OutputMetaTags();  ?>”>

// make sure the css and js files are included for the ‘features' of the website

<php GetHeadScripts();  ?>

</  header>

< body >

// output the dynamic block of the page

$cK->outputComponent ($webPage, 2, $contentObjectId, $originatingWebPageId, $originatingComponentId, $linkDate,  $effDate,  $CMSSession-&gt;user_id_number)

// Other non dynamic blocks

cK-&gt;outputComponent ($webPage, 2, 0, 0, 0, $linkDate, $effDate,  $CMSSession->user_id_number

< footer >

// output google analytics
GetFooterScripts()

-->”

A JETPAC Solution by Jet Creative Studio