Exemple #1
0
?>
		</div>


		<div id="menu">
			<?php 
gpOutput::Get('Menu');
?>
		</div>

	</div>

	<div id="image"><div>
	<?php 
if (is_callable(array('gpOutput', 'GetImage'))) {
    gpOutput::GetImage('images/shore.jpg', array('width' => 1000, 'height' => 230));
} else {
    global $page;
    $img_src = dirname($page->theme_path) . '/images/shore.jpg';
    echo '<img src="' . $img_src . '" width="1000" height="230"/>';
}
?>
	</div></div>

	<div class="cf">

		<div id="content" class="cf"><div id="content2">
		<?php 
$page->GetContent();
?>
		</div></div>