1
I Template di Joomla 1.5.x / Re:Problema risoluzione sito!!!!
« il: 21 Mar 2011, 18:00:26 »
Ecco il codice! Un dubbio dell'ultimo secondo: ma devo per caso andare a modificare anche il file index.php?
Codice: [Seleziona]
[sup]<!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" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language ?>" dir="<?php echo $this->direction; ?>">
<head>
<!--[if IE 8]>
<link rel="stylesheet" href="<http://www.calabriaworld.it/templates/nld_075_1.5/css/template_ie8.css" type="text/css" mce_href="http://www.calabriaworld.it/templates/nld_075_1.5/css/template_ie8.css" />
<![endif]->
<!--[if IE 7]>
<link rel="stylesheet" href="<http://www.calabriaworld.it/templates/nld_075_1.5/css/template_ie7.css" type="text/css" mce_href="http://www.calabriaworld.it/templates/nld_075_1.5/css/template_ie7.css" />
<![endif]-->
<!--[if IE 5]>
<link rel="stylesheet" href="<http://www.calabriaworld.it/templates/nld_075_1.5/css/template_ie6.css" type="text/css" mce_href="http://www.calabriaworld.it/templates/nld_075_1.5/css/template_ie6.css" />
<![endif]-->
<jdoc:include type="head" />
<?php
// no direct access
defined('_JEXEC') or die('Restricted access');
JHTML::_('behavior.mootools');
JHTML::_('behavior.tooltip');
include_once ('wrapper/css.php');
?>
</head>
[/sup]