Beispiel #1
0
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<title><?php 
show::titleTag();
?>
</title>
	<base href="<?php 
show::siteUrl();
?>
/" />
	<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1" />
	<meta name="description" content="<?php 
show::metaDescriptionTag();
?>
" />
	<link rel="icon" href="theme/<?php 
show::theme("[id]");
?>
/favicon.gif" />
	<?php 
show::linkTags();
?>
	<?php 
show::scriptTags();
?>
	<?php 
eval($core->callHook('endFrontHead'));
?>
</head>
<body>
<div id="container">
	<div id="header">
Beispiel #2
0
<?php

defined('ROOT') or exit('No direct script access allowed');
?>
		</div>
	</div>
	<div id="footer">
		<p>
                  <?php 
echo $core->lang("<a target='_blank' href='http://99ko.org'>Just using 99ko</a>");
?>
 - <?php 
echo $core->lang("Theme");
?>
 <?php 
show::theme();
?>
 - <a rel="nofollow" href="<?php 
echo ADMIN_PATH;
?>
"><?php 
echo $core->lang('Administration');
?>
</a>
                </p>
	</div>
</div>
<?php 
eval($core->callHook('endFrontBody'));
?>
</body>