Temat: Kodowanie
<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );$iso = split( '=', _ISO );echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php mosShowHead(); ?>
<meta http-equiv="Content-Type" content="text/html;><?php echo _ISO; ?>" />
<?php if ( $my->id ) { initEditor(); } ?>
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe-> getTemplate(); ?>/css/template_css.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="content">
<div class="header">
<div class="wrap">
<div id="mainlevel-nav">
<?php mosLoadModules ( 'user3' ); ?>
</div>
<div class="logo">
<h1><?php echo $mosConfig_sitename; ?></h1>
</div>
</div>
</div>
<div class="left">
<?php mosLoadModules ( 'left' ); ?>
<?php mosLoadModules ( 'user1' ); ?>
</div>
<div class="right">
<?php mosMainBody( 'user4' ); ?>
</div> <div class="joomladesignsfooter">
<p>Joomla Templates By -
<a title="Joomladesigns Joomla Templates" href="http://www.joomladesigns.co.uk/">Joomladesigns.co.uk</a></p>
</div>
</div>
</body>
</html>
ISO1?