1
Joomla! 3 / index.php template in costruzione
« il: 16 Ott 2015, 17:28:16 »
Buonasera gli script che faccio con l'editor sul file index php di un templagte in costruzione tipo:
<!DOCTYPE html>
<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>
<meta charset="utf-8" />
<jdoc:include type="head" />
</head>
<body>
Ciao a tutto il mondo!
</body>
</html>
non producono nessun effetto riaprendo il mio sito nel front-end (in locale) con il browser Mozilla firefox e non rilevo nulla nella sorgente della pagina. Perchč grazie in anticipo
<!DOCTYPE html>
<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>
<meta charset="utf-8" />
<jdoc:include type="head" />
</head>
<body>
Ciao a tutto il mondo!
</body>
</html>
non producono nessun effetto riaprendo il mio sito nel front-end (in locale) con il browser Mozilla firefox e non rilevo nulla nella sorgente della pagina. Perchč grazie in anticipo