Quote:
could you provide a screenshot of this
|
See attached
Quote:
- and would you release your skin after it is finished ?
|
Of course !
Quote:
check function function row($entry,$gamesplit,$top,$pbest,$links,$rowcol,$ rating,$actualtop,$newgame,$st ylecolumns) in skinfile for the games to be listed ...
|
Yes, I've been around this function but I can undestand how it's call in the template
This is the code of the central column (look at the screenshot)
HTML Code:
<td valign="top">
<table class="tborder" width="100%">
<tr>
<td class="tcat">Categorias y Juegos</td>
</tr>
<tr>
<td class="alt1" >{$cats}</td>
</tr>
<tr>
<td class="alt1" >I want to show games HERE</td>
</tr>
<tr>
<td>{$clicktoplay['pages']}</td>
</tr>
</table>
</td>