head section of a Joomla template - Joomla! Forum - community, help and support


hey all,

can please check head section on index.php in joomla template, re-evaluating how it. have now, comments, mistakes?

thanks,

code: select all

<?php
defined( '_valid_mos' ) or die( 'direct access location 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(); ?>
<?php }
if ( $my->id ) { initeditor(); }
?>
<meta http-equiv="content-type" content="text/html; <?php echo _iso; ?>" />
<link href="<?php echo $mosconfig_live_site;?>/templates/<?php echo $cur_template;?>/css/template_css.css" rel="stylesheet" type="text/css" />
<script type="text/javascript"> </script> <!--http://www.bluerobot.com/web/css/fouc.asp-->
<link rel="shortcut icon" href="<?php echo $mosconfig_live_site;?>/images/favicon.ico" />
</head>






Comments

Popular posts from this blog

Convierte tu Raspberry en un NAS. Firmware fvdw-sl 15.3 - Raspberry Pi Forums

How to format a Get Request

avrdude: verification error, first mismatch at byte 0x0000 0x0c != 0x62