Exemple #1
0
<div id="content"><!-- CONTENT -->
<?php 
// Path bar
if (Kio::breadcrumbsExists()) {
    echo '
		<div id="path">
			<a href="' . LOCAL . '"><img style="margin-right: 5px;" src="' . LOCAL . 'themes/' . THEME . '/images/home.png" alt="Strona główna" />' . t('Home') . '</a>
			' . Kio::getBreadcrumbs() . '
		</div>';
}
// Site main content
echo '<div' . ($module->codename ? ' id="' . $module->codename . '"' : '') . ' class="module' . ($module->subcodename ? ' ' . $module->codename . '-' . $module->subcodename : '') . '">


<div class="module-content">
	<div class="module-header"><h2>' . $module->name . '</h2>' . Kio::getTabs(0) . '</div>
	' . $module->content . '
</div></div>';
?>
</div><!-- /CONTENT -->


</div>
</div>
</div><!-- /BODY -->

<div id="footer"><!-- FOOTER -->
<strong>Kio</strong>fol <strong>C</strong>ontent <strong>M</strong>anagment <strong>S</strong>ystem<br /><a href="http://www.kjofol.pl" onclick="target='new'"><b>KioCMS</b></a>
<div style="position: absolute; top: 5px; left: 5px;"><?php 
echo Kio::getTimer() . ' / ' . $sql->getCounter() . ' / ' . memory_get_usage();
?>