Ho scaricato la guida per la creazione dei template x joomla (complimenti è molto bella) ma negli ultimi passaggi credo di essermi perso (ero anche un po stanco quindi magari ho fatto dei pocci io) ma..
1) joomla non mi carica il template e mi dice: Invalid checksum for file ""; ?> Caricamento template - Caricamento fallito
2) se faccio un convalida codice in dreamweaver mi vengono fuori 5 erroeri e un messaggio e piu o meno dicono: Il tag "td" non ha un attributo "background" nelle versioni attualmente attive (o tag o 95% al posto di background)
Qualcuno riesce a darmi una mano? scrivo di seguito quello che ho nel template (visto che credo servirà.. ^^)
<?php echo "<?xml version=\"1.0\" encoding=\"\"?".">"; ?>
<?php defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<title><?php echo ; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset="/>
<?php include ("includes/metadata.php"); // include keywords, and such
if (0) {
include ("editor/editor.php"); initEditor();
}
?>
<link href="<?php echo
http://www.allmambo.com;?> /templates/my_template/css/template_css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
</style></head>
<body>
<table width="95%" border="0" align="center" class="100">
<tr>
<td width="150" height="213" valign="top"><img src="<?php echo $mosConfig_live_site;?>/templates/my_template/images/Top_left.jpg" width="150" height="192" longdesc="<?php echo $mosConfig_live_site;?>/templates/my_template/images/Top_left.jpg" /></td>
<td valign="top"><table width="100%" border="0">
<tr>
<td width="150" height="180"><img src="<?php echo $mosConfig_live_site;?>/templates/my_template/images/Logo.jpg" width="150" height="180" /></td>
<td background="<?php echo $mosConfig_live_site;?>/templates/my_template/images/Top_right.jpg"> </td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td width="63" height="21"><img src="<?php echo $mosConfig_live_site;?>/templates/my_template/images/center_left.jpg" width="63" height="12" /></td>
<td height="12" background="<?php echo $mosConfig_live_site;?>/templates/my_template/images/center.jpg" class="path"> </td>
<?php include "pathway.php"; ?>
<td width="150"><img src="<?php echo $mosConfig_live_site;?>/templates/my_template/images/center_right.jpg" width="150" height="12" /></td>
</tr>
</table></td>
</tr>
</table>
<table width="95%" border="0" align="center">
<tr>
<td width="150"><img src="<?php echo $mosConfig_live_site;?>/templates/my_template/images/menu_right.jpg" width="150" height="34" /></td>
<?php mosLoadModules ( 'left' ); ?>
<?php mosLoadModules ( 'user1' ); ?>
<td valign="top"><table width="98%" border="0" class="content">
<tr>
<td valign="top"> </td>
<?php include_once ("../mainbody.php"); ?>
</tr>
</table>
<td width="150"" valign="top" class="content> </td>
<td width=" tag, ><img src="<?php echo $mosConfig_live_site;?>/templates/my_template/images/menu_right.jpg" width="150" height="34/></td>
<?php mosLoadModules ( 'right' ); ?>
<?php mosLoadModules ( 'user1' ); ?>
</tr>
</table>
<table width="95%" border="0" align="center">
<tr>
<td width="150"> </td>
<td background="<?php echo $mosConfig_live_site;?>/templates/my_template/images/down.gif"> </td>
<td width="150"> </td>
</tr>
</table>
</body>
</html>