Ciao a tuti sto cercando di svluppare un componente con dei giochi ma ho incontrato un piccolo problema per adesso mi potreste dare una mano ? grazie
metto i vari file del componente
crocgames.xml
<?xml version="1.0" ?>
<mosinstall type="component">
<name>Crocgames_net</name>
<creationDate>july 2007</creationDate>
<author>Crocgames_net</author>
<copyright>Copyright crocgames.net</copyright>
<authorEmail>crocgames.net@gmail.com</authorEmail>
<authorUrl>http://www.crocgames.net</authorUrl>
<version>1.0</version>
<description>Over 3000 games or arcade, action, adventure, sport, sexi and many other multiplayer games</description>
<files>
<filename>crocgames_net.php</filename>
<filename>tabella.html</filename>
<filename>crocgame_net.azione.php</filename>
<filename>crocgame_net.avventura.html</filename>
<filename>crocgame_net.avventura.php</filename>
<filename>tabella.php</filename>
</files>
<installfile>install.crocgames_net.php</installfile>
<uninstallfile>uninstall.crocgames_net.php</uninstallfile>
<administration>
<menu>Crocgames</menu>
<files>
<filename>admin.crocgames_net.php</filename>
</files>
</administration>
</mosinstall>
crocgames_net.php
<?php include "tabella.html(php)";
?>
tabella.html(php)
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Documento senza titolo</title>
<style type="text/css">
<!--
.Stile1 {
font-size: 10px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Stile7 {font-family: "Courier New", Courier, monospace; font-weight: bold; font-size: 12px; }
-->
</style>
</head>
<body>
<table width="486" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th scope="col"><div align="center" class="Stile7"><a href="index2.php?option=com_crocgames_net&task=avventura.php">Avventura</a></div></th>
<th scope="col"><div align="center" class="Stile7"><a href="index2.php?option=com_crocgames_net&task=azione.php">Azione</a></div></th>
<th scope="col"><div align="center" class="Stile7"><a href="index2.php?option=com_crocgames_net&task=avventura">Arcade</a></div></th>
<th scope="col"><div align="center" class="Stile7"><a href="index2.php?option=com_crocgames_net&task=azione">Carte</a></div></th>
<th scope="col"><div align="center" class="Stile7">Chess</div></th>
<th scope="col"><div align="center" class="Stile7">Casino</div></th>
<th scope="col"><div align="center" class="Stile7">puzzle</div></th>
<th scope="col"><div align="center" class="Stile7">Sexy</div></th>
</tr>
<tr>
<td><div align="center" class="Stile7">Sexy</div></td>
<td><div align="center" class="Stile7">Sparatutto</div></td>
<td><div align="center" class="Stile7">lotta</div></td>
<td><div align="center" class="Stile7">Motori</div></td>
<td><div align="center" class="Stile7">Sport</div></td>
<td><div align="center" class="Stile7">Multiplayer</div></td>
<td><div align="center">Giochi Pc </div></td>
<td><div align="center">Giochi Mac </div></td>
</tr>
</table>
<p align="center" class="Stile1">Powered By Crocgames.net - Free online games </p>
</body>
</html>
avventura.php
<?php
?>
il problema sono i collegamenti tra tabella.html(php) e gli altri file avventura o azione che stanno nella stessa cartella del componente perchè mi mandano sempre a pagine errate o senza template,
come devo scrivere questi collegamenti???
grazie